Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:29 +00:00
parent 6baa3d0e33
commit 030c77cfa8
561 changed files with 11464 additions and 11344 deletions
+28 -19
View File
@@ -1,20 +1,6 @@
{
"locks": {
"tg-bot-api/bot-api-base": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "320d85cf0ca6c58d58c71db7487418b6b788567c"
}
}
},
"manifests": {
"tg-bot-api/bot-api-base": {
"repository": "github.com/symfony/recipes-contrib",
"package": "tg-bot-api/bot-api-base",
"version": "1.0",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
@@ -25,13 +11,36 @@
},
"files": {
"config/packages/tg_bot_api.yaml": {
"contents": "services:\n\n TgBotApi\\BotApiBase\\ApiClient:\n arguments:\n $requestFactory: '@Psr\\Http\\Message\\RequestFactoryInterface'\n $streamFactory: '@Psr\\Http\\Message\\StreamFactoryInterface'\n $client: '@Psr\\Http\\Client\\ClientInterface'\n\n TgBotApi\\BotApiBase\\BotApiNormalizer: null\n\n TgBotApi\\BotApiBase\\ApiClientInterface: '@TgBotApi\\BotApiBase\\ApiClient'\n TgBotApi\\BotApiBase\\NormalizerInterface: '@TgBotApi\\BotApiBase\\BotApiNormalizer'\n\n TgBotApi\\BotApiBase\\BotApi:\n arguments:\n $botKey: '%env(resolve:TG_BOT_API_KEY)%'\n $apiClient: '@TgBotApi\\BotApiBase\\ApiClientInterface'\n $normalizer: '@TgBotApi\\BotApiBase\\NormalizerInterface'\n\n TgBotApi\\BotApiBase\\BotApiComplete:\n parent: TgBotApi\\BotApiBase\\BotApi\n\n TgBotApi\\BotApiBase\\BotApiInterface: '@TgBotApi\\BotApiBase\\BotApi'\n",
"executable": false,
"encoding": ""
"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'",
"",
" TgBotApi\\BotApiBase\\BotApiComplete:",
" parent: TgBotApi\\BotApiBase\\BotApi",
"",
" TgBotApi\\BotApiBase\\BotApiInterface: '@TgBotApi\\BotApiBase\\BotApi'",
""
],
"executable": false
}
},
"origin": "tg-bot-api/bot-api-base:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
"ref": "320d85cf0ca6c58d58c71db7487418b6b788567c"
}
}
}