Skip to content

Commit

Permalink
Limit the the version number of of PSR SimpleCache interface
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Jul 14, 2023
1 parent aaaa60b commit b8560f9
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 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.1.0",
"psr/simple-cache": "^1.0 | ^2.0 | ^3.0"
"psr/simple-cache": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^8"
Expand Down

0 comments on commit b8560f9

Please sign in to comment.