![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/noxlogic/ratelimit-bundle/ |
{ "name": "noxlogic/ratelimit-bundle", "description": "This bundle provides functionality to limit calls to actions based on rate limits", "keywords": [ "x-rate-limit", "api", "rest" ], "type": "symfony-bundle", "license": "MIT", "authors": [ { "name": "Joshua Thijssen", "email": "[email protected]" } ], "require": { "php": "^7.2|^8.0", "symfony/framework-bundle": "^3.4.23|^4.4|^5.4.2|^6.1", "sensio/framework-extra-bundle": "^3.0|^4.0|^5.0|^6.0" }, "require-dev": { "phpunit/phpunit": "^8.5.31|^9.5", "psr/simple-cache": "^1.0|^2.0", "doctrine/cache": "^1.5", "psr/cache": "^1.0|^2.0", "predis/predis": "^0.8|^1.1", "friendsofsymfony/oauth-server-bundle": "^1.5" }, "suggest": { "snc/redis-bundle": "Use Redis as a storage engine.", "leaseweb/memcache-bundle": "Use Memcache as a storage engine.", "doctrine/doctrine-cache-bundle": "Use Doctrine Cache as a storage engine.", "friendsofsymfony/oauth-server-bundle": "Throttle using OAuth access tokens." }, "autoload": { "psr-4": { "Noxlogic\\RateLimitBundle\\": "" } } }