Skip to content

Commit

Permalink
composer: allows nette/utils 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 18, 2023
1 parent c3e6193 commit 4c5f043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
],
"require": {
"php": ">=7.2 <8.3",
"nette/utils": "^3.2.1"
"nette/utils": "^3.2.1 || ~4.0.0"
},
"require-dev": {
"nette/di": "^3.0.1",
"nette/http": "^3.0.0",
"nette/tester": "^2.0",
"tracy/tracy": "^2.4",
"phpstan/phpstan-nette": "^1.0",
"mockery/mockery": "^1.5"
"mockery/mockery": "^1.3.6"
},
"conflict": {
"nette/di": "<3.0-stable",
Expand Down

0 comments on commit 4c5f043

Please sign in to comment.