Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-11-10 08:33:27 +00:00
parent 00ff6ce6d0
commit 1124f09362
4 changed files with 64 additions and 0 deletions
+1
View File
@@ -348,6 +348,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [loophp/psr17](https://packagist.org/packages/loophp/psr17) | [1.0](loophp/psr17/1.0) |
| [loophp/repository-monadic-helper](https://packagist.org/packages/loophp/repository-monadic-helper) | [1.0](loophp/repository-monadic-helper/1.0) |
| [lox24eu/lox24_api_client_bundle](https://packagist.org/packages/lox24eu/lox24_api_client_bundle) | [0.3](lox24eu/lox24_api_client_bundle/0.3) |
| [luzrain/telegram-bot-bundle](https://packagist.org/packages/luzrain/telegram-bot-bundle) | [2.1](luzrain/telegram-bot-bundle/2.1) |
| [luzrain/workerman-bundle](https://packagist.org/packages/luzrain/workerman-bundle) | [0.1](luzrain/workerman-bundle/0.1) |
| [m-adamski/symfony-mailer-bundle](https://packagist.org/packages/m-adamski/symfony-mailer-bundle) | [1.0](m-adamski/symfony-mailer-bundle/1.0) |
| [m-adamski/symfony-schedule-bundle](https://packagist.org/packages/m-adamski/symfony-schedule-bundle) | [1.0](m-adamski/symfony-schedule-bundle/1.0) |
@@ -0,0 +1,30 @@
{
"manifests": {
"luzrain/telegram-bot-bundle": {
"manifest": {
"bundles": {
"Luzrain\\TelegramBotBundle\\TelegramBotBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TELEGRAM_API_TOKEN": ""
}
},
"files": {
"config/packages/telegram_bot.yaml": {
"contents": [
"telegram_bot:",
" api_token: '%env(resolve:TELEGRAM_API_TOKEN)%'",
""
],
"executable": false
}
},
"ref": "890538c3e818619e5c0ab76fa833a39268c8ab36"
}
}
}
+3
View File
@@ -1107,6 +1107,9 @@
"lox24eu/lox24_api_client_bundle": [
"0.3"
],
"luzrain/telegram-bot-bundle": [
"2.1"
],
"luzrain/workerman-bundle": [
"0.1"
],
+30
View File
@@ -0,0 +1,30 @@
{
"manifests": {
"luzrain/telegram-bot-bundle": {
"manifest": {
"bundles": {
"Luzrain\\TelegramBotBundle\\TelegramBotBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TELEGRAM_API_TOKEN": ""
}
},
"files": {
"config/packages/telegram_bot.yaml": {
"contents": [
"telegram_bot:",
" api_token: '%env(resolve:TELEGRAM_API_TOKEN)%'",
""
],
"executable": false
}
},
"ref": "890538c3e818619e5c0ab76fa833a39268c8ab36"
}
}
}