Files
symfony-flex-recipes-contrib/boshurik.telegram-bot-bundle.3.1.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

51 lines
1.9 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)%"
}
},
"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",
"not_installable": false,
"is_contrib": true
}
}
}