Skip to content

Commit

Permalink
Allow psr/cache v3.0 to improve PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
websirnik authored Feb 5, 2022
1 parent bcf642a commit 3e6a511
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 @@ -15,7 +15,7 @@

"require": {
"php": ">=5.4.0",
"psr/cache": "^1.0"
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},

"autoload": {
Expand Down

0 comments on commit 3e6a511

Please sign in to comment.