Skip to content

Commit 35eadd8

Browse files
committed
Allow psr/cache versions 1, 2, and 3, closes #178
1 parent 3e78429 commit 35eadd8

File tree

2 files changed

+263
-190
lines changed

2 files changed

+263
-190
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ext-json": "*",
2222
"ext-libxml": "*",
2323
"ext-simplexml": "*",
24-
"psr/cache": "^1.0",
24+
"psr/cache": "^1 || ^2 || ^3",
2525
"psr/http-client": "^1.0",
2626
"psr/http-factory": "^1.0"
2727
},

0 commit comments

Comments
 (0)