Skip to content

Commit

Permalink
allow nette/utils in v3||4 and finder in v2||3
Browse files Browse the repository at this point in the history
  • Loading branch information
passchn committed Sep 21, 2023
1 parent c68b588 commit e99a757
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 @@ -10,8 +10,8 @@
"intervention/image": "^2.7.2",
"josegonzalez/cakephp-upload": "^7.0.1",
"league/csv": "^9.8",
"nette/finder": "^2.5",
"nette/utils": "^3.2"
"nette/finder": "^2.5 || ^3.0.0",
"nette/utils": "^3.2 || ^4.0.0"
},
"require-dev": {
"cakedc/cakephp-phpstan": "^2.0.1",
Expand Down

0 comments on commit e99a757

Please sign in to comment.