42 lines
1.1 KiB
JSON
Executable File
42 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "illuminate/redis",
|
|
"description": "The Illuminate Redis package.",
|
|
"license": "MIT",
|
|
"homepage": "https://laravel.com",
|
|
"support": {
|
|
"issues": "https://github.com/laravel/framework/issues",
|
|
"source": "https://github.com/laravel/framework"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylor@laravel.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.0.2",
|
|
"illuminate/collections": "^9.0",
|
|
"illuminate/contracts": "^9.0",
|
|
"illuminate/macroable": "^9.0",
|
|
"illuminate/support": "^9.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Illuminate\\Redis\\": ""
|
|
}
|
|
},
|
|
"suggest": {
|
|
"ext-redis": "Required to use the phpredis connector (^4.0|^5.0).",
|
|
"predis/predis": "Required to use the predis connector (^1.1.9|^2.0.2)."
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "9.x-dev"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|