Skip to content

Commit

Permalink
Bump minimal required versions of dependencies to support PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 30, 2021
1 parent 6e0e64b commit 1293e6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": ">=7.4.0",
"latte/latte": "^2.5@dev"
"latte/latte": "^2.7@dev"
},
"require-dev": {
"nette/tester": "2.4.1",
Expand All @@ -29,11 +29,11 @@
"php-parallel-lint/php-parallel-lint": "1.3.1",
"nepada/coding-standard": "7.4.0",
"nette/bootstrap": "^3.0@dev",
"nette/di": "^3.0.5@dev",
"nette/application": "^3.0@dev",
"nette/utils": "^3.1.3@dev",
"nette/di": "^3.0.9@dev",
"nette/application": "^3.1.4@dev",
"nette/utils": "^3.2.5@dev",
"nette/http": "^3.0@dev",
"nette/component-model": "^3.0@dev"
"nette/component-model": "^3.0.2@dev"
},
"suggest": {
"nette/di": "for integration with Nette DI container"
Expand Down

0 comments on commit 1293e6f

Please sign in to comment.