| 123456789101112131415 |
- {
- "name": "webman/rate-limiter",
- "type": "library",
- "license": "MIT",
- "description": "Webman plugin webman/rate-limiter",
- "require": {
- "php": ">=8.0",
- "workerman/webman-framework": ">=1.5.15"
- },
- "autoload": {
- "psr-4": {
- "Webman\\RateLimiter\\": "src"
- }
- }
- }
|