Files
symfony-flex-recipes/recipes/symfony/framework-bundle/manifest.json
T

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"
}
}