Skip to content

Commit

Permalink
composer: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 27, 2022
1 parent d5f6fd7 commit fb38a4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -16,14 +16,14 @@
],
"require": {
"php": ">=8.0 <8.3",
"nette/utils": "^3.1"
"nette/utils": "^3.2 || ^4.0"
},
"require-dev": {
"nette/di": "^3.0",
"nette/tester": "^2.0",
"nette/security": "^3.0",
"tracy/tracy": "^2.4",
"phpstan/phpstan": "^0.12"
"nette/di": "^4.0",
"nette/tester": "^2.4",
"nette/security": "^4.0",
"tracy/tracy": "^2.8",
"phpstan/phpstan": "^1.0"
},
"conflict": {
"nette/di": "<3.0.3",
Expand Down

0 comments on commit fb38a4c

Please sign in to comment.