Skip to content

Commit ed34853

Browse files
authored
Drop Predis v1 support (#44209)
1 parent 4d25fdc commit ed34853

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
@@ -95,7 +95,7 @@
9595
"pda/pheanstalk": "^4.0",
9696
"phpstan/phpstan": "^1.4.7",
9797
"phpunit/phpunit": "^9.5.8",
98-
"predis/predis": "^1.1.9|^2.0",
98+
"predis/predis": "^2.0",
9999
"symfony/cache": "^6.2"
100100
},
101101
"provide": {
@@ -158,7 +158,7 @@
158158
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
159159
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
160160
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).",
161-
"predis/predis": "Required to use the predis connector (^1.1.9|^2.0).",
161+
"predis/predis": "Required to use the predis connector (^2.0).",
162162
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
163163
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
164164
"symfony/cache": "Required to PSR-6 cache bridge (^6.2).",

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

0 commit comments

Comments
 (0)