mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 11:56:25 +03:00
Update Flex archives
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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'",
|
||||
"",
|
||||
" TgBotApi\\BotApiBase\\BotApiComplete:",
|
||||
" parent: TgBotApi\\BotApiBase\\BotApi",
|
||||
"",
|
||||
" TgBotApi\\BotApiBase\\BotApiInterface: '@TgBotApi\\BotApiBase\\BotApi'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "320d85cf0ca6c58d58c71db7487418b6b788567c"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user