Skip to content

Commit 8ff3bfd

Browse files
authored
Indicate compatibility with psr/cache 2 and 3 (#963)
1 parent 7c623f7 commit 8ff3bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"ext-SimpleXML": "*",
1616
"ext-hash": "*",
1717
"ext-json": "*",
18-
"psr/cache": "^1.0",
18+
"psr/cache": "^1.0 || ^2.0 || ^3.0",
1919
"psr/log": "^1.0",
2020
"symfony/deprecation-contracts": "^2.1",
2121
"symfony/http-client": "^4.4.16 || ^5.1.7,!=5.2.0",

0 commit comments

Comments
 (0)