mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
15 lines
255 B
JSON
15 lines
255 B
JSON
{
|
|
"bundles": {
|
|
"Torr\\Hosting\\HostingBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"HOSTING_TIER": "development"
|
|
},
|
|
"gitignore": [
|
|
"/.build-info.json"
|
|
]
|
|
}
|