{ "name": "indragunawan/api-rate-limit-bundle", "type": "symfony-bundle", "description": "Rate limits protection for api-platform resources.", "keywords": ["api-platform", "rate-limit"], "license": "MIT", "authors": [ { "name": "Indra Gunawan", "email": "hello@indra.my.id" } ], "require": { "php": "^7.1.3 || ^8.0", "api-platform/core": "^2.4", "doctrine/annotations": "^1.4", "symfony/cache": "^3.4 || ^4.4 || ^5.0", "symfony/config": "^3.4 || ^4.4 || ^5.0", "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0", "symfony/http-foundation": "^3.4 || ^4.4 || ^5.0", "symfony/http-kernel": "^4.4 || ^5.0", "symfony/security-bundle": "^3.4 || ^4.4 || ^5.0" }, "autoload": { "psr-4": { "Indragunawan\\ApiRateLimitBundle\\": "" }, "exclude-from-classmap": [ "Tests/" ] }, "config": { "sort-packages": true } }