File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 116
116
"ext-memcached" : " Required to use the memcache cache driver." ,
117
117
"ext-pcntl" : " Required to use all features of the queue worker." ,
118
118
"ext-posix" : " Required to use all features of the queue worker." ,
119
- "ext-redis" : " Required to use the Redis cache and queue drivers." ,
119
+ "ext-redis" : " Required to use the Redis cache and queue drivers (^4.0|^5.0) ." ,
120
120
"aws/aws-sdk-php" : " Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0)." ,
121
121
"doctrine/dbal" : " Required to rename columns and drop SQLite columns (^2.6)." ,
122
122
"filp/whoops" : " Required for friendly error pages in development (^2.4)." ,
Original file line number Diff line number Diff line change 24
24
}
25
25
},
26
26
"suggest" : {
27
- "ext-redis" : " Required to use the phpredis connector (^4.0)." ,
27
+ "ext-redis" : " Required to use the phpredis connector (^4.0|^5.0 )." ,
28
28
"predis/predis" : " Required to use the predis connector (^1.0)."
29
29
},
30
30
"extra" : {
You can’t perform that action at this time.
0 commit comments