#113071 Замена predis для работы с sentinel

This commit is contained in:
Александр Рыбкин 2025-07-30 16:16:08 +03:00
parent c03964c1a9
commit 32b257ebf5
1 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,15 @@
}
],
"require": {
"php": "^8.1",
"ext-redis": "*",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/redis": "^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"autoload": {
"psr-4": {