Skip to content

Commit

Permalink
Merge pull request #13 from IlicMiljan/allow-psr-cache-v1.0.0-impleme…
Browse files Browse the repository at this point in the history
…ntaiton

Allow PSR Cache `v1.0.0` Implementation
  • Loading branch information
IlicMiljan authored Mar 12, 2024
2 parents f8309f9 + 6ee3eb3 commit 8d0e0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"require": {
"php": ">=8.0",
"ext-openssl": "*",
"psr/cache": "^2.0|^3.0"
"psr/cache": "^1.0|^2.0|^3.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d0e0be

Please sign in to comment.