From 5a88e3c66af78330bf5e6dcb130b97f2fc1bb7ed Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Tue, 24 Dec 2024 19:06:21 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 2 +- ...12e13cf10f42beb71261c3334a2db107393b4.json | 47 +++++++++++++++++++ boshurik.telegram-bot-bundle.6.0.json | 47 +++++++++++++++++++ index.json | 3 +- 4 files changed, 97 insertions(+), 2 deletions(-) create mode 100644 archived/boshurik.telegram-bot-bundle/27b12e13cf10f42beb71261c3334a2db107393b4.json create mode 100644 boshurik.telegram-bot-bundle.6.0.json diff --git a/RECIPES.md b/RECIPES.md index f9cb38aa..3c7ffdb9 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -61,7 +61,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [bitbag/shipping-export-plugin](https://packagist.org/packages/bitbag/shipping-export-plugin) | [1.0](bitbag/shipping-export-plugin/1.0) | | [bitbag/wishlist-plugin](https://packagist.org/packages/bitbag/wishlist-plugin) | [4.4](bitbag/wishlist-plugin/4.4) | | [bizkit/versioning-bundle](https://packagist.org/packages/bizkit/versioning-bundle) | [1.0](bizkit/versioning-bundle/1.0) | -| [boshurik/telegram-bot-bundle](https://packagist.org/packages/boshurik/telegram-bot-bundle) | [3.1](boshurik/telegram-bot-bundle/3.1) | +| [boshurik/telegram-bot-bundle](https://packagist.org/packages/boshurik/telegram-bot-bundle) | [6.0](boshurik/telegram-bot-bundle/6.0) | | [botjaeger/nexmo-bundle](https://packagist.org/packages/botjaeger/nexmo-bundle) | [0.5](botjaeger/nexmo-bundle/0.5) | | [bref/symfony-bridge](https://packagist.org/packages/bref/symfony-bridge) | [0.1](bref/symfony-bridge/0.1) | | [broadway/broadway-bundle](https://packagist.org/packages/broadway/broadway-bundle) | [0.4](broadway/broadway-bundle/0.4) | diff --git a/archived/boshurik.telegram-bot-bundle/27b12e13cf10f42beb71261c3334a2db107393b4.json b/archived/boshurik.telegram-bot-bundle/27b12e13cf10f42beb71261c3334a2db107393b4.json new file mode 100644 index 00000000..5b413e35 --- /dev/null +++ b/archived/boshurik.telegram-bot-bundle/27b12e13cf10f42beb71261c3334a2db107393b4.json @@ -0,0 +1,47 @@ +{ + "manifests": { + "boshurik/telegram-bot-bundle": { + "manifest": { + "bundles": { + "BoShurik\\TelegramBotBundle\\BoShurikTelegramBotBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TELEGRAM_BOT_TOKEN": "bot-token" + }, + "container": { + "telegram_route_secret": "%env(TELEGRAM_BOT_TOKEN)%" + }, + "post-install-output": [ + " * Set TELEGRAM_BOT_TOKEN in your environment", + " * Read the documentation at https://github.com/BoShurik/TelegramBotBundle" + ] + }, + "files": { + "config/packages/boshurik_telegram_bot.yaml": { + "contents": [ + "boshurik_telegram_bot:", + " api:", + " token: \"%env(TELEGRAM_BOT_TOKEN)%\"", + "" + ], + "executable": false + }, + "config/routes/boshurik_telegram_bot.yaml": { + "contents": [ + "boshurik_telegram_bot_routing:", + " resource: \"@BoShurikTelegramBotBundle/Resources/config/routing.php\"", + " prefix: \"/_telegram/%telegram_route_secret%\"", + "" + ], + "executable": false + } + }, + "ref": "27b12e13cf10f42beb71261c3334a2db107393b4" + } + } +} diff --git a/boshurik.telegram-bot-bundle.6.0.json b/boshurik.telegram-bot-bundle.6.0.json new file mode 100644 index 00000000..5b413e35 --- /dev/null +++ b/boshurik.telegram-bot-bundle.6.0.json @@ -0,0 +1,47 @@ +{ + "manifests": { + "boshurik/telegram-bot-bundle": { + "manifest": { + "bundles": { + "BoShurik\\TelegramBotBundle\\BoShurikTelegramBotBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TELEGRAM_BOT_TOKEN": "bot-token" + }, + "container": { + "telegram_route_secret": "%env(TELEGRAM_BOT_TOKEN)%" + }, + "post-install-output": [ + " * Set TELEGRAM_BOT_TOKEN in your environment", + " * Read the documentation at https://github.com/BoShurik/TelegramBotBundle" + ] + }, + "files": { + "config/packages/boshurik_telegram_bot.yaml": { + "contents": [ + "boshurik_telegram_bot:", + " api:", + " token: \"%env(TELEGRAM_BOT_TOKEN)%\"", + "" + ], + "executable": false + }, + "config/routes/boshurik_telegram_bot.yaml": { + "contents": [ + "boshurik_telegram_bot_routing:", + " resource: \"@BoShurikTelegramBotBundle/Resources/config/routing.php\"", + " prefix: \"/_telegram/%telegram_route_secret%\"", + "" + ], + "executable": false + } + }, + "ref": "27b12e13cf10f42beb71261c3334a2db107393b4" + } + } +} diff --git a/index.json b/index.json index 49b628fe..bd8ee73c 100644 --- a/index.json +++ b/index.json @@ -179,7 +179,8 @@ "1.0" ], "boshurik/telegram-bot-bundle": [ - "3.1" + "3.1", + "6.0" ], "botjaeger/nexmo-bundle": [ "0.5"