diff --git a/composer.json b/composer.json index c18e1b9..3cc1114 100644 --- a/composer.json +++ b/composer.json @@ -34,13 +34,13 @@ } }, "require": { - "php": ">= 7.1.0", - "nette/http": "^3.0", - "nette/application": "^3.0", - "nette/di": "^3.0", + "php": ">=7.1", + "nette/http": "^3.2.0", + "nette/application": "^3.1.0", + "nette/di": "^3.1.0", "contributte/utils": "^0.5.2", - "doctrine/cache": "^1.6", - "doctrine/annotations": "~1.3" + "doctrine/cache": "^1.13.0", + "doctrine/annotations": "^1.14.0" }, "require-dev": { "nette/tester": "^2.3.2",