mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"locks": {
|
|
"indragunawan/api-rate-limit-bundle": {
|
|
"version": "0.2",
|
|
"recipe": {
|
|
"repo": "0.2",
|
|
"branch": "master",
|
|
"version": "0.2",
|
|
"ref": "34979e3bdd275203d0831a200aa9462150449e17"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"indragunawan/api-rate-limit-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "indragunawan/api-rate-limit-bundle",
|
|
"version": "0.2",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Indragunawan\\ApiRateLimitBundle\\IndragunawanApiRateLimitBundle": [
|
|
"prod"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/prod/indragunawan_rate_limit.yaml": {
|
|
"contents": "# Read the documentation: https://github.com/IndraGunawan/api-rate-limit-bundle/blob/master/Resources/doc/usage.md\nindragunawan_api_rate_limit:\n enabled: true\n # cache: cache.api_rate_limit\n # throttle:\n # default:\n # limit: 60 # max attempts per period\n # period: 60 # in seconds\n # sort: 'rate-limit-desc'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "indragunawan/api-rate-limit-bundle:0.2@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |