From e4bf9e5eb28d27ed953fe19954ae18863a857155 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 12 May 2023 06:58:51 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...470c47d110e67952069cb9f78a0ca28972eb7.json | 35 +++++++++++++++++++ formatz.fz-hosting-symfony-bundle.1.0.json | 35 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 74 insertions(+) create mode 100644 archived/formatz.fz-hosting-symfony-bundle/312470c47d110e67952069cb9f78a0ca28972eb7.json create mode 100644 formatz.fz-hosting-symfony-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index b55510ca..b05e83df 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -178,6 +178,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [flagception/flagception-bundle](https://packagist.org/packages/flagception/flagception-bundle) | [3.0](flagception/flagception-bundle/3.0) | | [flux-se/sylius-payum-stripe-plugin](https://packagist.org/packages/flux-se/sylius-payum-stripe-plugin) | [2.0](flux-se/sylius-payum-stripe-plugin/2.0) | | [fluxter/saas-provider-bundle](https://packagist.org/packages/fluxter/saas-provider-bundle) | [2.0](fluxter/saas-provider-bundle/2.0) | +| [formatz/fz-hosting-symfony-bundle](https://packagist.org/packages/formatz/fz-hosting-symfony-bundle) | [1.0](formatz/fz-hosting-symfony-bundle/1.0) | | [fpt/stripe-bundle](https://packagist.org/packages/fpt/stripe-bundle) | [0.5](fpt/stripe-bundle/0.5) | | [fresh/centrifugo-bundle](https://packagist.org/packages/fresh/centrifugo-bundle) | [1.3](fresh/centrifugo-bundle/1.3) | | [fresh/doctrine-enum-bundle](https://packagist.org/packages/fresh/doctrine-enum-bundle) | [6.0](fresh/doctrine-enum-bundle/6.0) | diff --git a/archived/formatz.fz-hosting-symfony-bundle/312470c47d110e67952069cb9f78a0ca28972eb7.json b/archived/formatz.fz-hosting-symfony-bundle/312470c47d110e67952069cb9f78a0ca28972eb7.json new file mode 100644 index 00000000..a2e87713 --- /dev/null +++ b/archived/formatz.fz-hosting-symfony-bundle/312470c47d110e67952069cb9f78a0ca28972eb7.json @@ -0,0 +1,35 @@ +{ + "manifests": { + "formatz/fz-hosting-symfony-bundle": { + "manifest": { + "bundles": { + "Formatz\\FzHostingBundle\\FormatzFzHostingBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FZ_HOSTING_API_ENDPOINT": "https://hostings.format-z.ch", + "FZ_HOSTING_API_KEY": "changeme" + }, + "post-install-output": [ + " Change FZ_HOSTING_API_KEY then run fz-hosting:send-current-versions." + ] + }, + "files": { + "config/packages/formatz_fz_hosting.yaml": { + "contents": [ + "formatz_fz_hosting:", + " api_key: '%env(resolve:FZ_HOSTING_API_KEY)%'", + " api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%'", + "" + ], + "executable": false + } + }, + "ref": "312470c47d110e67952069cb9f78a0ca28972eb7" + } + } +} diff --git a/formatz.fz-hosting-symfony-bundle.1.0.json b/formatz.fz-hosting-symfony-bundle.1.0.json new file mode 100644 index 00000000..a2e87713 --- /dev/null +++ b/formatz.fz-hosting-symfony-bundle.1.0.json @@ -0,0 +1,35 @@ +{ + "manifests": { + "formatz/fz-hosting-symfony-bundle": { + "manifest": { + "bundles": { + "Formatz\\FzHostingBundle\\FormatzFzHostingBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "FZ_HOSTING_API_ENDPOINT": "https://hostings.format-z.ch", + "FZ_HOSTING_API_KEY": "changeme" + }, + "post-install-output": [ + " Change FZ_HOSTING_API_KEY then run fz-hosting:send-current-versions." + ] + }, + "files": { + "config/packages/formatz_fz_hosting.yaml": { + "contents": [ + "formatz_fz_hosting:", + " api_key: '%env(resolve:FZ_HOSTING_API_KEY)%'", + " api_endpoint: '%env(resolve:FZ_HOSTING_API_ENDPOINT)%'", + "" + ], + "executable": false + } + }, + "ref": "312470c47d110e67952069cb9f78a0ca28972eb7" + } + } +} diff --git a/index.json b/index.json index 305e5dec..9ab12563 100644 --- a/index.json +++ b/index.json @@ -547,6 +547,9 @@ "fluxter/saas-provider-bundle": [ "2.0" ], + "formatz/fz-hosting-symfony-bundle": [ + "1.0" + ], "fpt/stripe-bundle": [ "0.5" ],