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 116
116
"php-http/discovery" : " ^1.15" ,
117
117
"phpstan/phpstan" : " ^2.0" ,
118
118
"phpunit/phpunit" : " ^10.5.35|^11.5.3|^12.0.1" ,
119
- "predis/predis" : " ^2.4.0 |^3.0 .0" ,
119
+ "predis/predis" : " ^2.3 |^3.0" ,
120
120
"resend/resend-php" : " ^0.10.0" ,
121
121
"symfony/cache" : " ^7.2.0" ,
122
122
"symfony/http-client" : " ^7.2.0" ,
189
189
"pda/pheanstalk" : " Required to use the beanstalk queue driver (^5.0)." ,
190
190
"php-http/discovery" : " Required to use PSR-7 bridging features (^1.15)." ,
191
191
"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.4.0 |^3.0 .0)." ,
192
+ "predis/predis" : " Required to use the predis connector (^2.3 |^3.0)." ,
193
193
"psr/http-message" : " Required to allow Storage::put to accept a StreamInterface (^1.0)." ,
194
194
"pusher/pusher-php-server" : " Required to use the Pusher broadcast driver (^6.0|^7.0)." ,
195
195
"resend/resend-php" : " Required to enable support for the Resend mail transport (^0.10.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|^6.0)." ,
30
- "predis/predis" : " Required to use the predis connector (^2.4.0|3.0 .0)."
30
+ "predis/predis" : " Required to use the predis connector (^2.3|^3 .0)."
31
31
},
32
32
"extra" : {
33
33
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments