Skip to content

Commit bb0ec42

Browse files
Corrected ext-redis versions
1 parent 23e1eec commit bb0ec42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"ext-memcached": "Required to use the memcache cache driver.",
117117
"ext-pcntl": "Required to use all features of the queue worker.",
118118
"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).",
120120
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
121121
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
122122
"filp/whoops": "Required for friendly error pages in development (^2.4).",

src/Illuminate/Redis/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"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).",
2828
"predis/predis": "Required to use the predis connector (^1.0)."
2929
},
3030
"extra": {

0 commit comments

Comments
 (0)