Skip to content

Commit 24825a0

Browse files
mfettignicolas-grekas
authored andcommitted
[Cache] Fix support for predis/predis:^2.0
1 parent 40c4c8a commit 24825a0

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
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"doctrine/dbal": "^2.13|^3|^4",
26-
"predis/predis": "~1.0"
26+
"predis/predis": "^1.0|^2.0"
2727
},
2828
"conflict": {
2929
"doctrine/dbal": "<2.13"

0 commit comments

Comments
 (0)