diff --git a/composer.json b/composer.json index d8906c55c72b..ff8e024c03e8 100644 --- a/composer.json +++ b/composer.json @@ -116,7 +116,7 @@ "ext-memcached": "Required to use the memcache cache driver.", "ext-pcntl": "Required to use all features of the queue worker.", "ext-posix": "Required to use all features of the queue worker.", - "ext-redis": "Required to use the Redis cache and queue drivers.", + "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).", "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", "filp/whoops": "Required for friendly error pages in development (^2.4).", diff --git a/src/Illuminate/Redis/composer.json b/src/Illuminate/Redis/composer.json index 5d624e58bb62..84dfa186bc9b 100755 --- a/src/Illuminate/Redis/composer.json +++ b/src/Illuminate/Redis/composer.json @@ -24,7 +24,7 @@ } }, "suggest": { - "ext-redis": "Required to use the phpredis connector (^4.0).", + "ext-redis": "Required to use the phpredis connector (^4.0|^5.0).", "predis/predis": "Required to use the predis connector (^1.0)." }, "extra": {