mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
Update Flex endpoint
This commit is contained in:
@@ -481,6 +481,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [siganushka/generic-bundle](https://packagist.org/packages/siganushka/generic-bundle) | [0.3](siganushka/generic-bundle/0.3) |
|
||||
| [siganushka/region-bundle](https://packagist.org/packages/siganushka/region-bundle) | [0.1](siganushka/region-bundle/0.1) |
|
||||
| [silasjoisten/sonata-multiupload-bundle](https://packagist.org/packages/silasjoisten/sonata-multiupload-bundle) | [3.4](silasjoisten/sonata-multiupload-bundle/3.4) |
|
||||
| [simply-stream/twitch-api-bundle](https://packagist.org/packages/simply-stream/twitch-api-bundle) | [0.1](simply-stream/twitch-api-bundle/0.1) |
|
||||
| [slot/mandrill-bundle](https://packagist.org/packages/slot/mandrill-bundle) | [1.1](slot/mandrill-bundle/1.1) |
|
||||
| [snc/redis-bundle](https://packagist.org/packages/snc/redis-bundle) | [2.0](snc/redis-bundle/2.0) |
|
||||
| [soljian/steam-authentication-bundle](https://packagist.org/packages/soljian/steam-authentication-bundle) | [1.0](soljian/steam-authentication-bundle/1.0) |
|
||||
|
||||
+37
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"simply-stream/twitch-api-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"SimplyStream\\TwitchApiBundle\\SimplyStreamTwitchApiBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TWITCH_ID": "",
|
||||
"TWITCH_SECRET": "",
|
||||
"TWITCH_REDIRECT_URI": "",
|
||||
"TWITCH_WEBHOOK_SECRET": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/simplystream_twitch_api.yaml": {
|
||||
"contents": [
|
||||
"simplystream_twitch_api:",
|
||||
" twitch_id: '%env(TWITCH_ID)%'",
|
||||
" twitch_secret: '%env(TWITCH_SECRET)%'",
|
||||
" redirect_uri: '%env(TWITCH_REDIRECT_URI)%'",
|
||||
" webhook:",
|
||||
" secret: '%env(TWITCH_WEBHOOK_SECRET)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "23dd2ecc4f8dfaffe6ccfd1e854cdf842bf0935c"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1517,6 +1517,9 @@
|
||||
"2.1",
|
||||
"3.4"
|
||||
],
|
||||
"simply-stream/twitch-api-bundle": [
|
||||
"0.1"
|
||||
],
|
||||
"slot/mandrill-bundle": [
|
||||
"1.1"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"manifests": {
|
||||
"simply-stream/twitch-api-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"SimplyStream\\TwitchApiBundle\\SimplyStreamTwitchApiBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"TWITCH_ID": "",
|
||||
"TWITCH_SECRET": "",
|
||||
"TWITCH_REDIRECT_URI": "",
|
||||
"TWITCH_WEBHOOK_SECRET": ""
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/simplystream_twitch_api.yaml": {
|
||||
"contents": [
|
||||
"simplystream_twitch_api:",
|
||||
" twitch_id: '%env(TWITCH_ID)%'",
|
||||
" twitch_secret: '%env(TWITCH_SECRET)%'",
|
||||
" redirect_uri: '%env(TWITCH_REDIRECT_URI)%'",
|
||||
" webhook:",
|
||||
" secret: '%env(TWITCH_WEBHOOK_SECRET)%'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "23dd2ecc4f8dfaffe6ccfd1e854cdf842bf0935c"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user