mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
* Add recipe for simply-stream/twitch-api-bundle:0.1 * Add missing newlines * Add bundles section to manifest.json
15 lines
318 B
JSON
15 lines
318 B
JSON
{
|
|
"bundles": {
|
|
"SimplyStream\\TwitchApiBundle\\SimplyStreamTwitchApiBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"TWITCH_ID": "",
|
|
"TWITCH_SECRET": "",
|
|
"TWITCH_REDIRECT_URI": "",
|
|
"TWITCH_WEBHOOK_SECRET": ""
|
|
}
|
|
}
|