diff --git a/RECIPES.md b/RECIPES.md index 23c2cc8a..8dfcf945 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -96,7 +96,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [connectholland/cookie-consent-bundle](https://packagist.org/packages/connectholland/cookie-consent-bundle) | [0.4](connectholland/cookie-consent-bundle/0.4) | | [connectholland/timechimp-bundle](https://packagist.org/packages/connectholland/timechimp-bundle) | [1.0](connectholland/timechimp-bundle/1.0) | | [connectholland/uptime-robot-bundle](https://packagist.org/packages/connectholland/uptime-robot-bundle) | [1.0](connectholland/uptime-robot-bundle/1.0) | -| [contao/core-bundle](https://packagist.org/packages/contao/core-bundle) | [4.6](contao/core-bundle/4.6) | +| [contao/core-bundle](https://packagist.org/packages/contao/core-bundle) | [5.0](contao/core-bundle/5.0) | | [contao/installation-bundle](https://packagist.org/packages/contao/installation-bundle) | [4.10](contao/installation-bundle/4.10) | | [contentful/contentful-bundle](https://packagist.org/packages/contentful/contentful-bundle) | [4.0](contentful/contentful-bundle/4.0) | | [core23/facebook-bundle](https://packagist.org/packages/core23/facebook-bundle) | [0.4](core23/facebook-bundle/0.4) | diff --git a/archived/contao.core-bundle/32b4f919e5ed3c63f8be2e906e34fe91d0a89e04.json b/archived/contao.core-bundle/32b4f919e5ed3c63f8be2e906e34fe91d0a89e04.json new file mode 100644 index 00000000..5e958871 --- /dev/null +++ b/archived/contao.core-bundle/32b4f919e5ed3c63f8be2e906e34fe91d0a89e04.json @@ -0,0 +1,63 @@ +{ + "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.", + "", + "Documentation: https://docs.contao.org/dev/" + ] + }, + "files": { + "config/packages/contao_core.yaml": { + "contents": [ + "# See https://github.com/contao/core-bundle", + "contao:", + " preview_script: '/preview.php'", + " upload_path: files", + " csrf_token_name: contao_csrf_token", + " pretty_error_screens: true", + "", + "when@dev:", + " contao:", + " pretty_error_screens: false", + "" + ], + "executable": false + } + }, + "ref": "32b4f919e5ed3c63f8be2e906e34fe91d0a89e04" + } + } +} diff --git a/contao.core-bundle.5.0.json b/contao.core-bundle.5.0.json new file mode 100644 index 00000000..5e958871 --- /dev/null +++ b/contao.core-bundle.5.0.json @@ -0,0 +1,63 @@ +{ + "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.", + "", + "Documentation: https://docs.contao.org/dev/" + ] + }, + "files": { + "config/packages/contao_core.yaml": { + "contents": [ + "# See https://github.com/contao/core-bundle", + "contao:", + " preview_script: '/preview.php'", + " upload_path: files", + " csrf_token_name: contao_csrf_token", + " pretty_error_screens: true", + "", + "when@dev:", + " contao:", + " pretty_error_screens: false", + "" + ], + "executable": false + } + }, + "ref": "32b4f919e5ed3c63f8be2e906e34fe91d0a89e04" + } + } +} diff --git a/index.json b/index.json index 32151b0c..5e63d834 100644 --- a/index.json +++ b/index.json @@ -290,7 +290,8 @@ "1.0" ], "contao/core-bundle": [ - "4.6" + "4.6", + "5.0" ], "contao/installation-bundle": [ "4.6",