Require ext-redis to support phpredis client

Add ext-redis as a required PHP extension so phpredis can be used as
the Redis client without manual setup. predis remains available, so
users can switch between REDIS_CLIENT=phpredis and predis freely.
pull/7073/head
Your Name 3 weeks ago
parent 9b62d228b7
commit dcc4f87ba0

@ -13,6 +13,7 @@
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-redis": "*",
"bacon/bacon-qr-code": "^3.0",
"brick/math": "^0.14",
"buzz/laravel-h-captcha": "^1.0.4",

5
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "c0353c24c956b7e73567348bc8a60478",
"content-hash": "d438c452baff3ac7487931d7bbbf2d68",
"packages": [
{
"name": "aws/aws-crt-php",
@ -16186,7 +16186,8 @@
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*"
"ext-openssl": "*",
"ext-redis": "*"
},
"platform-dev": {},
"platform-overrides": {

Loading…
Cancel
Save