composer.json 391 B

123456789101112131415161718
  1. {
  2. "name": "webman/redis",
  3. "type": "library",
  4. "license": "MIT",
  5. "description": "Webman redis",
  6. "require": {
  7. "workerman/webman-framework": "^2.1 || dev-master",
  8. "illuminate/redis": "^10.0 || ^11.0 || ^12.0"
  9. },
  10. "autoload": {
  11. "psr-4": {
  12. "Webman\\Redis\\": "src",
  13. "support\\": "src/support"
  14. }
  15. },
  16. "minimum-stability": "dev",
  17. "prefer-stable": true
  18. }