36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "dominion/laravel-redis-sentinel",
|
|
"description": "Множественность серверов sentinel",
|
|
"keywords": ["laravel","redis", "sentinel"],
|
|
"homepage": "https://gitea.optiweb.ru/public/kuvalda-laravel-redis-sentinel",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Rybkin Sasha",
|
|
"email": "ribkin@dominion.ru"
|
|
}
|
|
],
|
|
"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": {
|
|
"Dominion\\Redis\\Sentinel\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Dominion\\Redis\\Sentinel\\RedisSentinelServiceProvider"
|
|
]
|
|
}
|
|
}
|
|
} |