mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"manifests": {
|
|
"21torr/hosting": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Torr\\Hosting\\HostingBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"HOSTING_TIER": "development",
|
|
"HOSTING_INSTALLATION": ""
|
|
},
|
|
"gitignore": [
|
|
"/.build-info.json"
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/hosting.yaml": {
|
|
"contents": [
|
|
"hosting:",
|
|
" tier: '%env(HOSTING_TIER)%'",
|
|
" installation: \"%env(HOSTING_INSTALLATION)%\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/hosting.yaml": {
|
|
"contents": [
|
|
"hosting:",
|
|
" resource: '@HostingBundle/config/routes.yaml'",
|
|
" prefix: /hosting",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "cef3f08eb33827d2f35f05b32a5448cbb32a2422"
|
|
}
|
|
}
|
|
}
|