File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
"pda/pheanstalk" : " ^4.0" ,
96
96
"phpstan/phpstan" : " ^1.4.7" ,
97
97
"phpunit/phpunit" : " ^9.5.8" ,
98
- "predis/predis" : " ^1.1.9|^ 2.0" ,
98
+ "predis/predis" : " ^2.0" ,
99
99
"symfony/cache" : " ^6.2"
100
100
},
101
101
"provide" : {
158
158
"nyholm/psr7" : " Required to use PSR-7 bridging features (^1.2)." ,
159
159
"pda/pheanstalk" : " Required to use the beanstalk queue driver (^4.0)." ,
160
160
"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)." ,
162
162
"psr/http-message" : " Required to allow Storage::put to accept a StreamInterface (^1.0)." ,
163
163
"pusher/pusher-php-server" : " Required to use the Pusher broadcast driver (^6.0|^7.0)." ,
164
164
"symfony/cache" : " Required to PSR-6 cache bridge (^6.2)." ,
Original file line number Diff line number Diff line change 27
27
},
28
28
"suggest" : {
29
29
"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)."
31
31
},
32
32
"extra" : {
33
33
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments