mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* Adds opctim/symfony-csp-bundle * Adds newline * Dummy commit * Dummy commit * Dummy commit * Updates README url * Updates config template * Adds version 1.1 * Changes ~ to null * Dummy commit * Adds routeParams config * Dummy commit * Removes 1.0 * Renames routeParams to route_params * Comments out alias * Removes anchor / alias --------- Co-authored-by: Tim Nelles <tim.nelles@denkwerk.com>
9 lines
149 B
JSON
9 lines
149 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"bundles": {
|
|
"Opctim\\CspBundle\\OpctimCspBundle": ["all"]
|
|
}
|
|
}
|