Skip to content

Commit

Permalink
Merge pull request #19 from softonic/feature/support-psr-cache
Browse files Browse the repository at this point in the history
Add PSR/Cache supported versions
  • Loading branch information
joskfg authored Jul 11, 2022
2 parents d7c7727 + 4688dda commit 2e4bea2
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 @@ -11,7 +11,7 @@
"require": {
"php": ">=7.0",
"league/oauth2-client": "^2.2",
"psr/cache": "^1.0"
"psr/cache": "^1.0|^2.0|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0",
Expand Down

0 comments on commit 2e4bea2

Please sign in to comment.