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:
+1
-1
@@ -61,7 +61,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [bitbag/shipping-export-plugin](https://packagist.org/packages/bitbag/shipping-export-plugin) | [1.0](bitbag/shipping-export-plugin/1.0) |
|
||||
| [bitbag/wishlist-plugin](https://packagist.org/packages/bitbag/wishlist-plugin) | [4.4](bitbag/wishlist-plugin/4.4) |
|
||||
| [bizkit/versioning-bundle](https://packagist.org/packages/bizkit/versioning-bundle) | [1.0](bizkit/versioning-bundle/1.0) |
|
||||
| [boshurik/telegram-bot-bundle](https://packagist.org/packages/boshurik/telegram-bot-bundle) | [3.1](boshurik/telegram-bot-bundle/3.1) |
|
||||
| [boshurik/telegram-bot-bundle](https://packagist.org/packages/boshurik/telegram-bot-bundle) | [6.0](boshurik/telegram-bot-bundle/6.0) |
|
||||
| [botjaeger/nexmo-bundle](https://packagist.org/packages/botjaeger/nexmo-bundle) | [0.5](botjaeger/nexmo-bundle/0.5) |
|
||||
| [bref/symfony-bridge](https://packagist.org/packages/bref/symfony-bridge) | [0.1](bref/symfony-bridge/0.1) |
|
||||
| [broadway/broadway-bundle](https://packagist.org/packages/broadway/broadway-bundle) | [0.4](broadway/broadway-bundle/0.4) |
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"manifests": {
|
||||
"boshurik/telegram-bot-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"BoShurik\\TelegramBotBundle\\BoShurikTelegramBotBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TELEGRAM_BOT_TOKEN": "bot-token"
|
||||
},
|
||||
"container": {
|
||||
"telegram_route_secret": "%env(TELEGRAM_BOT_TOKEN)%"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Set</> <comment>TELEGRAM_BOT_TOKEN</> in your environment",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/BoShurik/TelegramBotBundle</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/boshurik_telegram_bot.yaml": {
|
||||
"contents": [
|
||||
"boshurik_telegram_bot:",
|
||||
" api:",
|
||||
" token: \"%env(TELEGRAM_BOT_TOKEN)%\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/boshurik_telegram_bot.yaml": {
|
||||
"contents": [
|
||||
"boshurik_telegram_bot_routing:",
|
||||
" resource: \"@BoShurikTelegramBotBundle/Resources/config/routing.php\"",
|
||||
" prefix: \"/_telegram/%telegram_route_secret%\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "27b12e13cf10f42beb71261c3334a2db107393b4"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"manifests": {
|
||||
"boshurik/telegram-bot-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"BoShurik\\TelegramBotBundle\\BoShurikTelegramBotBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TELEGRAM_BOT_TOKEN": "bot-token"
|
||||
},
|
||||
"container": {
|
||||
"telegram_route_secret": "%env(TELEGRAM_BOT_TOKEN)%"
|
||||
},
|
||||
"post-install-output": [
|
||||
" * <fg=blue>Set</> <comment>TELEGRAM_BOT_TOKEN</> in your environment",
|
||||
" * <fg=blue>Read</> the documentation at <comment>https://github.com/BoShurik/TelegramBotBundle</>"
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/boshurik_telegram_bot.yaml": {
|
||||
"contents": [
|
||||
"boshurik_telegram_bot:",
|
||||
" api:",
|
||||
" token: \"%env(TELEGRAM_BOT_TOKEN)%\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/boshurik_telegram_bot.yaml": {
|
||||
"contents": [
|
||||
"boshurik_telegram_bot_routing:",
|
||||
" resource: \"@BoShurikTelegramBotBundle/Resources/config/routing.php\"",
|
||||
" prefix: \"/_telegram/%telegram_route_secret%\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "27b12e13cf10f42beb71261c3334a2db107393b4"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -179,7 +179,8 @@
|
||||
"1.0"
|
||||
],
|
||||
"boshurik/telegram-bot-bundle": [
|
||||
"3.1"
|
||||
"3.1",
|
||||
"6.0"
|
||||
],
|
||||
"botjaeger/nexmo-bundle": [
|
||||
"0.5"
|
||||
|
||||
Reference in New Issue
Block a user