Skip to content

Commit

Permalink
Composer: requires nette/* ^2.4 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed May 30, 2023
1 parent f2ec01b commit 76c582f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
],
"require": {
"php": ">=5.6.0",
"nette/application": "^2.2 || ^3.0",
"nette/utils": "^2.2 || ^3.0",
"latte/latte": "^2.2"
"nette/application": "^2.4 || ^3.0",
"nette/utils": "^2.4 || ^3.0",
"latte/latte": "^2.4"
},
"autoload": {
"classmap": ["src/"]
},
"require-dev": {
"nette/tester": "^2.0",
"nette/http": "^2.2 || ^3.0"
"nette/http": "^2.4 || ^3.0"
},
"extra": {
"phpstan-extensions": [
Expand Down

0 comments on commit 76c582f

Please sign in to comment.