mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* Add recipe for vinceamstoutz/symfony-security-auditor 1.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * feat: update default attacker model suggestion * feat: document rate_limit in the recipe Refer to https://github.com/vinceamstoutz/symfony-security-auditor/blob/main/docs/configuration.md#auditrate_limit--proactive-throttling --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"bundles": {
|
|
"VinceAmstoutz\\SymfonySecurityAuditor\\SymfonySecurityAuditorBundle": ["dev", "test"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|