mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1107,6 +1107,9 @@
|
||||
"lox24eu/lox24_api_client_bundle": [
|
||||
"0.3"
|
||||
],
|
||||
"luzrain/telegram-bot-bundle": [
|
||||
"2.1"
|
||||
],
|
||||
"luzrain/workerman-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user