| 123456789101112131415161718 |
- {
- "name": "webman/redis",
- "type": "library",
- "license": "MIT",
- "description": "Webman redis",
- "require": {
- "workerman/webman-framework": "^2.1 || dev-master",
- "illuminate/redis": "^10.0 || ^11.0 || ^12.0"
- },
- "autoload": {
- "psr-4": {
- "Webman\\Redis\\": "src",
- "support\\": "src/support"
- }
- },
- "minimum-stability": "dev",
- "prefer-stable": true
- }
|