From 73f4aa12be774ad62cdf079985ef421b08190d87 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 17 Oct 2023 13:13:09 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...5a141cbc3a478d6c6b43e921ea2209dfa84a2.json | 33 +++++++++++++++++++ gponty.symfony-monday-api-bundle.1.0.json | 33 +++++++++++++++++++ index.json | 3 ++ 4 files changed, 70 insertions(+) create mode 100644 archived/gponty.symfony-monday-api-bundle/ad15a141cbc3a478d6c6b43e921ea2209dfa84a2.json create mode 100644 gponty.symfony-monday-api-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index 2d039cbc..d1d6222f 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -206,6 +206,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [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) | +| [gponty/symfony-monday-api-bundle](https://packagist.org/packages/gponty/symfony-monday-api-bundle) | [1.0](gponty/symfony-monday-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-monday-api-bundle/ad15a141cbc3a478d6c6b43e921ea2209dfa84a2.json b/archived/gponty.symfony-monday-api-bundle/ad15a141cbc3a478d6c6b43e921ea2209dfa84a2.json new file mode 100644 index 00000000..35310ab9 --- /dev/null +++ b/archived/gponty.symfony-monday-api-bundle/ad15a141cbc3a478d6c6b43e921ea2209dfa84a2.json @@ -0,0 +1,33 @@ +{ + "manifests": { + "gponty/symfony-monday-api-bundle": { + "manifest": { + "bundles": { + "Gponty\\MondayBundle\\MondayBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MONDAY_API_KEY": "your_monday_api_key", + "MONDAY_API_VERSION": "your_monday_api_version" + } + }, + "files": { + "config/packages/monday.yaml": { + "contents": [ + "# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md", + "monday:", + " api_key: '%env(MONDAY_API_KEY)%'", + " api_version: '%env(MONDAY_API_VERSION)%'", + "" + ], + "executable": false + } + }, + "ref": "ad15a141cbc3a478d6c6b43e921ea2209dfa84a2" + } + } +} diff --git a/gponty.symfony-monday-api-bundle.1.0.json b/gponty.symfony-monday-api-bundle.1.0.json new file mode 100644 index 00000000..35310ab9 --- /dev/null +++ b/gponty.symfony-monday-api-bundle.1.0.json @@ -0,0 +1,33 @@ +{ + "manifests": { + "gponty/symfony-monday-api-bundle": { + "manifest": { + "bundles": { + "Gponty\\MondayBundle\\MondayBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "MONDAY_API_KEY": "your_monday_api_key", + "MONDAY_API_VERSION": "your_monday_api_version" + } + }, + "files": { + "config/packages/monday.yaml": { + "contents": [ + "# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md", + "monday:", + " api_key: '%env(MONDAY_API_KEY)%'", + " api_version: '%env(MONDAY_API_VERSION)%'", + "" + ], + "executable": false + } + }, + "ref": "ad15a141cbc3a478d6c6b43e921ea2209dfa84a2" + } + } +} diff --git a/index.json b/index.json index 1c28e03a..dcc78b02 100644 --- a/index.json +++ b/index.json @@ -637,6 +637,9 @@ "gponty/symfony-idloom-api-bundle": [ "1.0" ], + "gponty/symfony-monday-api-bundle": [ + "1.0" + ], "gpslab/domain-event-bundle": [ "2.2" ],