Skip to content

Commit f66e592

Browse files
authored
fix: allow more supported versions of symfony/cache (#31)
1 parent 715566a commit f66e592

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"guzzlehttp/guzzle": "^7",
2525
"psr/cache": "^1 || ^2 || ^3",
2626
"psr/log": "^1 || ^2 || ^3",
27-
"symfony/cache": "^5"
27+
"symfony/cache": "^5 || ^6 || ^7"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "9.*",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)