mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
* Add omines/antispam-bundle (cherry picked from commit 79e5603123597bb914876e470ec5ffab1d73c5a9) * Clarify comment * Apply suggestions from code review Co-authored-by: Kevin Bond <kevinbond@gmail.com> * Update antispam.yaml * Update configuration for current bundle version --------- Co-authored-by: Kevin Bond <kevinbond@gmail.com>
9 lines
153 B
JSON
9 lines
153 B
JSON
{
|
|
"bundles": {
|
|
"Omines\\AntiSpamBundle\\AntiSpamBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|