composer.json 294 B

123456789101112131415
  1. {
  2. "name": "webman/rate-limiter",
  3. "type": "library",
  4. "license": "MIT",
  5. "description": "Webman plugin webman/rate-limiter",
  6. "require": {
  7. "php": ">=8.0",
  8. "workerman/webman-framework": ">=1.5.15"
  9. },
  10. "autoload": {
  11. "psr-4": {
  12. "Webman\\RateLimiter\\": "src"
  13. }
  14. }
  15. }