Skip to content

Commit c011e34

Browse files
authored
[9.x] Predis v2.0 (#42577)
* Predis v2.0 * wip * Update composer.json
1 parent 1c3b6a8 commit c011e34

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
@@ -92,7 +92,7 @@
9292
"pda/pheanstalk": "^4.0",
9393
"phpstan/phpstan": "^1.4.7",
9494
"phpunit/phpunit": "^9.5.8",
95-
"predis/predis": "^1.1.9",
95+
"predis/predis": "^1.1.9|^2.0",
9696
"symfony/cache": "^6.0"
9797
},
9898
"provide": {
@@ -154,7 +154,7 @@
154154
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
155155
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
156156
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).",
157-
"predis/predis": "Required to use the predis connector (^1.1.9).",
157+
"predis/predis": "Required to use the predis connector (^1.1.9|^2.0).",
158158
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
159159
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
160160
"symfony/cache": "Required to PSR-6 cache bridge (^6.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).",
30-
"predis/predis": "Required to use the predis connector (^1.1.9)."
30+
"predis/predis": "Required to use the predis connector (^1.1.9|^2.0)."
3131
},
3232
"extra": {
3333
"branch-alias": {

0 commit comments

Comments
 (0)