Files
symfony-flex-recipes-contrib/21torr/hosting/2.1/manifest.json
T

15 lines
255 B
JSON

{
"bundles": {
"Torr\\Hosting\\HostingBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HOSTING_TIER": "development"
},
"gitignore": [
"/.build-info.json"
]
}