Files
symfony-flex-recipes-contrib/boshurik.telegram-bot-bundle.3.1.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

54 lines
2.1 KiB
JSON

{
"locks": {
"boshurik/telegram-bot-bundle": {
"version": "3.1",
"recipe": {
"repo": "3.1",
"branch": "master",
"version": "3.1",
"ref": "0e172664f2f361f8f3932f32cea845f56650dd01"
}
}
},
"manifests": {
"boshurik/telegram-bot-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "boshurik/telegram-bot-bundle",
"version": "3.1",
"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": [
" * <fg=blue>Set</> <comment>TELEGRAM_BOT_TOKEN</> in your environment",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/BoShurik/TelegramBotBundle</>"
]
},
"files": {
"config/routes/boshurik_telegram_bot.yaml": {
"contents": "boshurik_telegram_bot_routing:\n resource: \"@BoShurikTelegramBotBundle/Resources/config/routing.yml\"\n prefix: \"/_telegram/%telegram_route_secret%\"\n",
"executable": false,
"encoding": ""
},
"config/packages/boshurik_telegram_bot.yaml": {
"contents": "boshurik_telegram_bot:\n api:\n token: \"%env(TELEGRAM_BOT_TOKEN)%\"\n",
"executable": false,
"encoding": ""
}
},
"origin": "boshurik/telegram-bot-bundle:3.1@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}