Skip to content

Commit

Permalink
Add support of yiisoft/cache version ^3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thenotsoft committed Mar 4, 2024
1 parent af00a52 commit 4c955ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"yiisoft/cache": "2.0",
"yiisoft/cache": "^2.0|^3.0",
"yiisoft/arrays": "^2.0|^3.0",
"yiisoft/db": "^1.0",
"yiisoft/translator": "^2.2|^3.0"
Expand Down

0 comments on commit 4c955ba

Please sign in to comment.