Skip to content

Commit 2ca51e4

Browse files
[12.x] Support predis/predis 3.x (#55641)
* Support predis/predis 3.x * Update src/Illuminate/Redis/composer.json
1 parent 25ba38e commit 2ca51e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"php-http/discovery": "^1.15",
117117
"phpstan/phpstan": "^2.0",
118118
"phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
119-
"predis/predis": "^2.3",
119+
"predis/predis": "^2.4.0|^3.0.0",
120120
"resend/resend-php": "^0.10.0",
121121
"symfony/cache": "^7.2.0",
122122
"symfony/http-client": "^7.2.0",
@@ -189,7 +189,7 @@
189189
"pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
190190
"php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
191191
"phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).",
192-
"predis/predis": "Required to use the predis connector (^2.3).",
192+
"predis/predis": "Required to use the predis connector (^2.4.0|^3.0.0).",
193193
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
194194
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
195195
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",

src/Illuminate/Redis/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.3)."
30+
"predis/predis": "Required to use the predis connector (^2.4.0|3.0.0)."
3131
},
3232
"extra": {
3333
"branch-alias": {

0 commit comments

Comments
 (0)