{ "manifests": { "numberninecms/cms": { "manifest": { "bundles": { "NumberNine\\Bundle\\NumberNineBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "copy-from-package": { "install/docker-compose.yml": "docker-compose.yml", "install/docker/": "docker/", "install/public/": "%PUBLIC_DIR%/" }, "gitignore": [ "/public/admin", "/public/uploads" ], "post-install-output": [ " * Run php bin/console numbernine:docker:install", "", " * Read the documentation at https://numberninecms.github.io/" ] }, "files": { "config/routes/numbernine.yaml": { "contents": [ "numbernine:", " resource: '@NumberNineBundle/Resources/config/routing.yaml'", "" ], "executable": false } }, "ref": "05febb5d67411bb2646db60ba5a4a12813609c27" } } }