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 92
92
"pda/pheanstalk" : " ^4.0" ,
93
93
"phpstan/phpstan" : " ^1.4.7" ,
94
94
"phpunit/phpunit" : " ^9.5.8" ,
95
- "predis/predis" : " ^1.1.9" ,
95
+ "predis/predis" : " ^1.1.9|^2.0 " ,
96
96
"symfony/cache" : " ^6.0"
97
97
},
98
98
"provide" : {
154
154
"nyholm/psr7" : " Required to use PSR-7 bridging features (^1.2)." ,
155
155
"pda/pheanstalk" : " Required to use the beanstalk queue driver (^4.0)." ,
156
156
"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 )." ,
158
158
"psr/http-message" : " Required to allow Storage::put to accept a StreamInterface (^1.0)." ,
159
159
"pusher/pusher-php-server" : " Required to use the Pusher broadcast driver (^6.0|^7.0)." ,
160
160
"symfony/cache" : " Required to PSR-6 cache bridge (^6.0)." ,
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)."
30
+ "predis/predis" : " Required to use the predis connector (^1.1.9|^2.0 )."
31
31
},
32
32
"extra" : {
33
33
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments