mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 20:36:36 +03:00
13 lines
294 B
JSON
13 lines
294 B
JSON
{
|
|
"bundles": {
|
|
"Maps_red\\TicketingBundle\\TicketingBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
|
}
|
|
}
|