diff --git a/contao/installation-bundle/4.10/config/routes/contao_installation.yaml b/contao/installation-bundle/4.10/config/routes/contao_installation.yaml new file mode 100644 index 00000000..00a3b9ff --- /dev/null +++ b/contao/installation-bundle/4.10/config/routes/contao_installation.yaml @@ -0,0 +1,2 @@ +contao_installation: + resource: "@ContaoInstallationBundle/Resources/config/routes.yml" diff --git a/contao/installation-bundle/4.10/manifest.json b/contao/installation-bundle/4.10/manifest.json new file mode 100644 index 00000000..f14e39e9 --- /dev/null +++ b/contao/installation-bundle/4.10/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Contao\\InstallationBundle\\ContaoInstallationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}