Skip to content

Commit

Permalink
Composer: allow psr/cache v2 and v3
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jun 4, 2021
1 parent 1383c72 commit ed77e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require": {
"php": ">=7.2",
"nette/caching": "^3.0.0",
"psr/cache": "^1.0.0"
"psr/cache": "^1.0.0 || ^2.0.0 || ^3.0.0"
},
"require-dev": {
"nette/di": "^3.0.0",
Expand Down

0 comments on commit ed77e26

Please sign in to comment.