diff --git a/archived/macpaw.symfony-health-check-bundle/7bcf3b4de9b5271d0f389ce58ec6cce55f48ee6f.json b/archived/macpaw.symfony-health-check-bundle/7bcf3b4de9b5271d0f389ce58ec6cce55f48ee6f.json new file mode 100644 index 00000000..1c8f5140 --- /dev/null +++ b/archived/macpaw.symfony-health-check-bundle/7bcf3b4de9b5271d0f389ce58ec6cce55f48ee6f.json @@ -0,0 +1,59 @@ +{ + "manifests": { + "macpaw/symfony-health-check-bundle": { + "manifest": { + "bundles": { + "SymfonyHealthCheckBundle\\SymfonyHealthCheckBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " Next: Symfony Health Check Bundle Configuration ", + " ", + "", + " *. Add healthcheck firewall to config/security.yaml file", + "", + "", + "security:", + " firewalls:", + " healthcheck:", + " pattern: ^/health", + " security: false", + " ping:", + " pattern: ^/ping", + " security: false", + "", + "", + " * Read the documentation at https://github.com/MacPaw/symfony-health-check-bundle", + " * Read the upgrade documentation at https://github.com/MacPaw/symfony-health-check-bundle/blob/develop/UPGRADE-1.0.md" + ] + }, + "files": { + "config/packages/symfony_health_check.yaml": { + "contents": [ + "symfony_health_check:", + " health_checks:", + " - id: symfony_health_check.status_up_check", + " ping_checks:", + " - id: symfony_health_check.status_up_check", + "" + ], + "executable": false + }, + "config/routes/symfony_health_check.yaml": { + "contents": [ + "health_check:", + " resource: '@SymfonyHealthCheckBundle/Resources/config/routes.xml'", + "" + ], + "executable": false + } + }, + "ref": "7bcf3b4de9b5271d0f389ce58ec6cce55f48ee6f" + } + } +} diff --git a/index.json b/index.json index 5110e125..ac95e39d 100644 --- a/index.json +++ b/index.json @@ -799,7 +799,8 @@ "0.0" ], "macpaw/symfony-health-check-bundle": [ - "0.1" + "0.1", + "1.0" ], "mael/intervention-image-bundle": [ "1.0" diff --git a/macpaw.symfony-health-check-bundle.1.0.json b/macpaw.symfony-health-check-bundle.1.0.json new file mode 100644 index 00000000..1c8f5140 --- /dev/null +++ b/macpaw.symfony-health-check-bundle.1.0.json @@ -0,0 +1,59 @@ +{ + "manifests": { + "macpaw/symfony-health-check-bundle": { + "manifest": { + "bundles": { + "SymfonyHealthCheckBundle\\SymfonyHealthCheckBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "post-install-output": [ + " ", + " Next: Symfony Health Check Bundle Configuration ", + " ", + "", + " *. Add healthcheck firewall to config/security.yaml file", + "", + "", + "security:", + " firewalls:", + " healthcheck:", + " pattern: ^/health", + " security: false", + " ping:", + " pattern: ^/ping", + " security: false", + "", + "", + " * Read the documentation at https://github.com/MacPaw/symfony-health-check-bundle", + " * Read the upgrade documentation at https://github.com/MacPaw/symfony-health-check-bundle/blob/develop/UPGRADE-1.0.md" + ] + }, + "files": { + "config/packages/symfony_health_check.yaml": { + "contents": [ + "symfony_health_check:", + " health_checks:", + " - id: symfony_health_check.status_up_check", + " ping_checks:", + " - id: symfony_health_check.status_up_check", + "" + ], + "executable": false + }, + "config/routes/symfony_health_check.yaml": { + "contents": [ + "health_check:", + " resource: '@SymfonyHealthCheckBundle/Resources/config/routes.xml'", + "" + ], + "executable": false + } + }, + "ref": "7bcf3b4de9b5271d0f389ce58ec6cce55f48ee6f" + } + } +}