mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 17:46:27 +03:00
14 lines
351 B
JSON
14 lines
351 B
JSON
{
|
|
"bundles": {
|
|
"Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"etc/": "%ETC_DIR%/"
|
|
},
|
|
"composer-scripts": {
|
|
"cache:clear --no-warmup": "symfony-cmd",
|
|
"cache:warmup": "symfony-cmd",
|
|
"assets:install --symlink --relative %WEB_DIR%": "symfony-cmd"
|
|
}
|
|
}
|