Add recipe for luzrain/telegram-bot-bundle (#1880)

This commit is contained in:
Anton Zenkov
2025-11-10 16:33:13 +08:00
committed by GitHub
parent 2743443c75
commit 6fb78ad0ec
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
telegram_bot:
api_token: '%env(resolve:TELEGRAM_API_TOKEN)%'

View File

@@ -0,0 +1,11 @@
{
"bundles": {
"Luzrain\\TelegramBotBundle\\TelegramBotBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TELEGRAM_API_TOKEN": ""
}
}