Skip to content

Commit

Permalink
Allow usage of nette/utils 4.0 and nette/php-generator 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KacerCZ committed Mar 10, 2023
1 parent fffda43 commit 0bd23fd
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 @@ -22,15 +22,15 @@
"nette/di": "~3.0",
"nette/caching": "~3.1",
"nette/http": "~3.0",
"nette/utils": "~3.0"
"nette/utils": "~3.0 || ^4.0"
},
"suggest": {
"ext-redis": "The php redis extension https://github.com/nicolasff/phpredis/ is required for connecting to redis server"
},
"require-dev": {
"nette/bootstrap": "~3.0",
"nette/deprecated": "~3.0",
"nette/php-generator": "~3.3",
"nette/php-generator": "~3.3 || ^4.0",
"tracy/tracy": "~2.4",
"slevomat/coding-standard": "dev-master",
"nette/tester": "^2.3.1",
Expand Down

0 comments on commit 0bd23fd

Please sign in to comment.