Skip to content

Commit 2ff95e5

Browse files
[12.x] Fix predis versions (#55654)
* Fix predis versions * Fixes * Update composer.json
1 parent f581a0a commit 2ff95e5

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
@@ -27,7 +27,7 @@
2727
},
2828
"suggest": {
2929
"ext-redis": "Required to use the phpredis connector (^4.0|^5.0|^6.0).",
30-
"predis/predis": "Required to use the predis connector (^2.4.0|3.0.0)."
30+
"predis/predis": "Required to use the predis connector (^2.3|^3.0)."
3131
},
3232
"extra": {
3333
"branch-alias": {

0 commit comments

Comments
 (0)