Skip to content

Commit 61c427c

Browse files
authored
Allow psr/cache ^1.0 || ^2.0 (#255)
All packages now allow v1 and v2.
1 parent ea9428b commit 61c427c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"require": {
3131
"php": "^5.6 || ^7.0 || ^8.0",
3232
"cache/tag-interop": "^1.0",
33-
"psr/cache": "^1.0"
33+
"psr/cache": "^1.0 || ^2.0"
3434
},
3535
"require-dev": {
3636
"cache/integration-tests": "^0.16",

0 commit comments

Comments
 (0)