Skip to content

Commit 2278d44

Browse files
authored
Merge pull request #70 from kozlice/compatibility/support-psr-cache-v2
[Compatibility] Support psr/cache 2.0
2 parents 82543e6 + de2a082 commit 2278d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.1 || ^8.0",
15-
"psr/cache": "^1.0",
15+
"psr/cache": "^1.0 || ^2.0",
1616
"php-http/client-common": "^1.9 || ^2.0",
1717
"php-http/message-factory": "^1.0",
1818
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0"

0 commit comments

Comments
 (0)