Files
symfony-flex-recipes-contrib/archived/tg-bot-api.bot-api-base/20de4b6f14285f7de193fbe44f3d99f3895a1baa.json
T
github-action[bot]andgithub-action[bot] f49d36fa18 Update Flex archives
2021-12-18 17:21:01 +00:00

42 lines
1.8 KiB
JSON

{
"manifests": {
"tg-bot-api/bot-api-base": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TG_BOT_API_KEY": ""
}
},
"files": {
"config/packages/tg_bot_api.yaml": {
"contents": [
"services:",
"",
" TgBotApi\\BotApiBase\\ApiClient:",
" arguments:",
" $requestFactory: '@Psr\\Http\\Message\\RequestFactoryInterface'",
" $streamFactory: '@Psr\\Http\\Message\\StreamFactoryInterface'",
" $client: '@Psr\\Http\\Client\\ClientInterface'",
"",
" TgBotApi\\BotApiBase\\BotApiNormalizer: null",
"",
" TgBotApi\\BotApiBase\\ApiClientInterface: '@TgBotApi\\BotApiBase\\ApiClient'",
" TgBotApi\\BotApiBase\\NormalizerInterface: '@TgBotApi\\BotApiBase\\BotApiNormalizer'",
"",
" TgBotApi\\BotApiBase\\BotApi:",
" arguments:",
" $botKey: '%env(resolve:TG_BOT_API_KEY)%'",
" $apiClient: '@TgBotApi\\BotApiBase\\ApiClientInterface'",
" $normalizer: '@TgBotApi\\BotApiBase\\NormalizerInterface'",
""
],
"executable": false
}
},
"ref": "20de4b6f14285f7de193fbe44f3d99f3895a1baa"
}
}
}