{ "manifests": { "contao/core-bundle": { "manifest": { "bundles": { "Contao\\CoreBundle\\ContaoCoreBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "composer-scripts": { "contao:install %PUBLIC_DIR%": "symfony-cmd", "contao:symlinks %PUBLIC_DIR%": "symfony-cmd" }, "gitignore": [ "/assets/", "/files/", "/public/assets", "/public/files/", "/public/share/", "/public/system/", "/system/*", "!/system/config/", "/system/config/localconfig.php", "/system/config/tcpdf.php", "/system/modules/*/.skip" ], "post-install-output": [ " * Enable ESI in the config/packages/framework.yaml file.", "", " * Add the Contao routes to your config/routing.yaml file and", " make sure they are loaded at the very end.", "", " * Edit your config/security.yaml file and include all the", " necessary providers, firewalls and access control sections.", "", " * Complete the installation by opening the /contao/install route", " in your browser.", "", "Documentation: https://github.com/contao/core-bundle" ] }, "files": { "config/packages/contao_core.yaml": { "contents": [ "# See https://github.com/contao/core-bundle", "contao:", " web_dir: \"%kernel.project_dir%/public\"", "" ], "executable": false } }, "ref": "f92ce23cb3d97f3f69d2fd448fb3dde0023a6b90" } } }