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 29, 2021
1 parent 33249ac commit 38ec42b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
],
"require": {
"php": ">=7.4.0",
"nette/application": "^3.0.2@dev",
"nette/forms": "^3.0@dev",
"nette/utils": "^3.1.3@dev"
"nette/application": "^3.1.4@dev",
"nette/forms": "^3.1.4@dev",
"nette/utils": "^3.2.5@dev"
},
"conflict": {
"nette/component-model": "<3.0.2"
},
"require-dev": {
"nette/tester": "2.4.1",
Expand All @@ -33,8 +36,8 @@
"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/schema": "^1.0@dev"
"nette/di": "^3.0.9@dev",
"nette/schema": "^1.2@dev"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 38ec42b

Please sign in to comment.