diff --git a/RECIPES.md b/RECIPES.md index 7acc0233..947f764a 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -348,6 +348,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [loophp/psr17](https://packagist.org/packages/loophp/psr17) | [1.0](loophp/psr17/1.0) | | [loophp/repository-monadic-helper](https://packagist.org/packages/loophp/repository-monadic-helper) | [1.0](loophp/repository-monadic-helper/1.0) | | [lox24eu/lox24_api_client_bundle](https://packagist.org/packages/lox24eu/lox24_api_client_bundle) | [0.3](lox24eu/lox24_api_client_bundle/0.3) | +| [luzrain/telegram-bot-bundle](https://packagist.org/packages/luzrain/telegram-bot-bundle) | [2.1](luzrain/telegram-bot-bundle/2.1) | | [luzrain/workerman-bundle](https://packagist.org/packages/luzrain/workerman-bundle) | [0.1](luzrain/workerman-bundle/0.1) | | [m-adamski/symfony-mailer-bundle](https://packagist.org/packages/m-adamski/symfony-mailer-bundle) | [1.0](m-adamski/symfony-mailer-bundle/1.0) | | [m-adamski/symfony-schedule-bundle](https://packagist.org/packages/m-adamski/symfony-schedule-bundle) | [1.0](m-adamski/symfony-schedule-bundle/1.0) | diff --git a/archived/luzrain.telegram-bot-bundle/890538c3e818619e5c0ab76fa833a39268c8ab36.json b/archived/luzrain.telegram-bot-bundle/890538c3e818619e5c0ab76fa833a39268c8ab36.json new file mode 100644 index 00000000..89b74a97 --- /dev/null +++ b/archived/luzrain.telegram-bot-bundle/890538c3e818619e5c0ab76fa833a39268c8ab36.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "luzrain/telegram-bot-bundle": { + "manifest": { + "bundles": { + "Luzrain\\TelegramBotBundle\\TelegramBotBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TELEGRAM_API_TOKEN": "" + } + }, + "files": { + "config/packages/telegram_bot.yaml": { + "contents": [ + "telegram_bot:", + " api_token: '%env(resolve:TELEGRAM_API_TOKEN)%'", + "" + ], + "executable": false + } + }, + "ref": "890538c3e818619e5c0ab76fa833a39268c8ab36" + } + } +} diff --git a/index.json b/index.json index 2a8c4105..d147db08 100644 --- a/index.json +++ b/index.json @@ -1107,6 +1107,9 @@ "lox24eu/lox24_api_client_bundle": [ "0.3" ], + "luzrain/telegram-bot-bundle": [ + "2.1" + ], "luzrain/workerman-bundle": [ "0.1" ], diff --git a/luzrain.telegram-bot-bundle.2.1.json b/luzrain.telegram-bot-bundle.2.1.json new file mode 100644 index 00000000..89b74a97 --- /dev/null +++ b/luzrain.telegram-bot-bundle.2.1.json @@ -0,0 +1,30 @@ +{ + "manifests": { + "luzrain/telegram-bot-bundle": { + "manifest": { + "bundles": { + "Luzrain\\TelegramBotBundle\\TelegramBotBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "TELEGRAM_API_TOKEN": "" + } + }, + "files": { + "config/packages/telegram_bot.yaml": { + "contents": [ + "telegram_bot:", + " api_token: '%env(resolve:TELEGRAM_API_TOKEN)%'", + "" + ], + "executable": false + } + }, + "ref": "890538c3e818619e5c0ab76fa833a39268c8ab36" + } + } +}