Files
symfony-flex-recipes-contrib/nuboxdevcom/maintenance-bundle/2.0/manifest.json
T

13 lines
304 B
JSON

{
"bundles": {
"NDC\\MaintenanceBundle\\NDCMaintenanceBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd",
"cache:clear": "symfony-cmd"
}
}