Files
symfony-flex-recipes-contrib/21torr.hosting.2.1.json
T
github-action[bot]andgithub-action[bot] f1493592fd Update Flex endpoint
2024-01-01 21:13:54 +00:00

34 lines
936 B
JSON

{
"manifests": {
"21torr/hosting": {
"manifest": {
"bundles": {
"Torr\\Hosting\\HostingBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HOSTING_TIER": "development"
},
"gitignore": [
"/.build-info.json"
]
},
"files": {
"config/packages/hosting.yaml": {
"contents": [
"hosting:",
" tier: '%env(HOSTING_TIER)%'",
""
],
"executable": false
}
},
"ref": "cc9fac2b32b1db240afab9621c18ffaf5b4b742f"
}
}
}