From e92fa3ac14b340fc549e82e9a85c9404bc607036 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 10 Jun 2023 07:21:53 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...750fac535bd5bc309d93f3b1faa6e3234e71c.json | 31 +++++++++++++++++++ gponty.symfony-idloom-api-bundle.1.0.json | 31 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 66 insertions(+) create mode 100644 archived/gponty.symfony-idloom-api-bundle/6ca750fac535bd5bc309d93f3b1faa6e3234e71c.json create mode 100644 gponty.symfony-idloom-api-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index b9a8b482..aafa89a1 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -201,6 +201,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [google/apiclient](https://packagist.org/packages/google/apiclient) | [2.10](google/apiclient/2.10) | | [google/recaptcha](https://packagist.org/packages/google/recaptcha) | [1.1](google/recaptcha/1.1) | | [googlechromelabs/ise-web-security-bundle](https://packagist.org/packages/googlechromelabs/ise-web-security-bundle) | [1.0](googlechromelabs/ise-web-security-bundle/1.0) | +| [gponty/symfony-idloom-api-bundle](https://packagist.org/packages/gponty/symfony-idloom-api-bundle) | [1.0](gponty/symfony-idloom-api-bundle/1.0) | | [gpslab/domain-event-bundle](https://packagist.org/packages/gpslab/domain-event-bundle) | [2.2](gpslab/domain-event-bundle/2.2) | | [gpslab/geoip2](https://packagist.org/packages/gpslab/geoip2) | [2.0](gpslab/geoip2/2.0) | | [gpslab/pagination-bundle](https://packagist.org/packages/gpslab/pagination-bundle) | [1.2](gpslab/pagination-bundle/1.2) | diff --git a/archived/gponty.symfony-idloom-api-bundle/6ca750fac535bd5bc309d93f3b1faa6e3234e71c.json b/archived/gponty.symfony-idloom-api-bundle/6ca750fac535bd5bc309d93f3b1faa6e3234e71c.json new file mode 100644 index 00000000..98d4574f --- /dev/null +++ b/archived/gponty.symfony-idloom-api-bundle/6ca750fac535bd5bc309d93f3b1faa6e3234e71c.json @@ -0,0 +1,31 @@ +{ + "manifests": { + "gponty/symfony-idloom-api-bundle": { + "manifest": { + "bundles": { + "Gponty\\IdLoomBundle\\IdLoomBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IDLOOM_URL": "your_idloom_url" + } + }, + "files": { + "config/packages/idloom.yaml": { + "contents": [ + "# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md", + "id_loom:", + " idloom_url: '%env(resolve:IDLOOM_URL)%'", + "" + ], + "executable": false + } + }, + "ref": "6ca750fac535bd5bc309d93f3b1faa6e3234e71c" + } + } +} diff --git a/gponty.symfony-idloom-api-bundle.1.0.json b/gponty.symfony-idloom-api-bundle.1.0.json new file mode 100644 index 00000000..98d4574f --- /dev/null +++ b/gponty.symfony-idloom-api-bundle.1.0.json @@ -0,0 +1,31 @@ +{ + "manifests": { + "gponty/symfony-idloom-api-bundle": { + "manifest": { + "bundles": { + "Gponty\\IdLoomBundle\\IdLoomBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "IDLOOM_URL": "your_idloom_url" + } + }, + "files": { + "config/packages/idloom.yaml": { + "contents": [ + "# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md", + "id_loom:", + " idloom_url: '%env(resolve:IDLOOM_URL)%'", + "" + ], + "executable": false + } + }, + "ref": "6ca750fac535bd5bc309d93f3b1faa6e3234e71c" + } + } +} diff --git a/index.json b/index.json index a9654c47..4fb8db5c 100644 --- a/index.json +++ b/index.json @@ -621,6 +621,9 @@ "googlechromelabs/ise-web-security-bundle": [ "1.0" ], + "gponty/symfony-idloom-api-bundle": [ + "1.0" + ], "gpslab/domain-event-bundle": [ "2.2" ],