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 31, 2021
1 parent 76222f1 commit f705dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -16,8 +16,8 @@
],
"require": {
"php": ">=7.4.0 <8.2",
"nette/utils": "^3.1.3@dev",
"nette/application": "^3.0@dev"
"nette/utils": "^3.2@dev",
"nette/application": "^3.1.4@dev"
},
"require-dev": {
"nette/tester": "2.4.1",
Expand Down

0 comments on commit f705dbd

Please sign in to comment.