{ "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" } } }