Skip to content

Commit

Permalink
fix: allow more supported versions of symfony/cache (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc authored Sep 17, 2024
1 parent 715566a commit f66e592
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"guzzlehttp/guzzle": "^7",
"psr/cache": "^1 || ^2 || ^3",
"psr/log": "^1 || ^2 || ^3",
"symfony/cache": "^5"
"symfony/cache": "^5 || ^6 || ^7"
},
"require-dev": {
"phpunit/phpunit": "9.*",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

0 comments on commit f66e592

Please sign in to comment.