| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "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.2",
- "illuminate/collections": "^12.0",
- "illuminate/contracts": "^12.0",
- "illuminate/macroable": "^12.0",
- "illuminate/support": "^12.0"
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Redis\\": ""
- }
- },
- "suggest": {
- "ext-redis": "Required to use the phpredis connector (^4.0|^5.0|^6.0).",
- "predis/predis": "Required to use the predis connector (^2.3|^3.0)."
- },
- "extra": {
- "branch-alias": {
- "dev-master": "12.x-dev"
- }
- },
- "config": {
- "sort-packages": true
- },
- "minimum-stability": "dev"
- }
|