mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
base reciepe for routing bundle including do not enable phpcr depending configuration by default add missing # do not add framework configuration re add templating configuration remove template configuration remove empty lines in configuration
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"bundles": {
|
|
"Symfony\\Cmf\\Bundle\\RoutingBundle\\CmfRoutingBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|