mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
11 lines
335 B
JSON
11 lines
335 B
JSON
{
|
|
"bundles": {
|
|
"Netgen\\Bundle\\LayoutsBundle\\NetgenLayoutsBundle": ["all"],
|
|
"Netgen\\Bundle\\LayoutsAdminBundle\\NetgenLayoutsAdminBundle": ["all"],
|
|
"Netgen\\Bundle\\LayoutsDebugBundle\\NetgenLayoutsDebugBundle": ["dev", "test"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
}
|