Files
symfony-flex-recipes-contrib/simply-stream/twitch-api-bundle/0.1/manifest.json
T
AaricDevandGitHub 579c39c871 Add recipe for simply-stream/twitch-api-bundle:0.1 (#1557)
* Add recipe for simply-stream/twitch-api-bundle:0.1

* Add missing newlines

* Add bundles section to manifest.json
2023-10-28 18:22:30 +02:00

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": ""
}
}