mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
18 lines
413 B
JSON
18 lines
413 B
JSON
{
|
|
"bundles": {
|
|
"Networking\\InitCmsBundle\\NetworkingInitCmsBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"serializer/": "%CONFIG_DIR%/serializer/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"LOCALE": "en",
|
|
"DATABASE_DRIVER": "mysql"
|
|
},
|
|
"composer-scripts": {
|
|
"ckeditor:install --clear=drop": "symfony-cmd"
|
|
}
|
|
}
|