Skip to content

Commit

Permalink
composer: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 7, 2021
1 parent a8de370 commit 0d13ff7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
],
"require": {
"php": ">=8.0 <8.1",
"nette/component-model": "^3.0",
"nette/http": "^3.1",
"nette/utils": "^3.2.1"
"nette/component-model": "^4.0",
"nette/http": "^4.0",
"nette/utils": "^3.2.1 || ^4.0"
},
"require-dev": {
"nette/application": "^3.0",
"nette/di": "^3.0",
"nette/tester": "^2.0",
"nette/application": "^4.0",
"nette/di": "^4.0",
"nette/tester": "^2.4",
"latte/latte": "^2.10.2",
"tracy/tracy": "^2.4",
"tracy/tracy": "^2.8",
"phpstan/phpstan-nette": "^0.12"
},
"conflict": {
Expand Down

0 comments on commit 0d13ff7

Please sign in to comment.