From 5ac2b4ea9ea1541a35155f46a0415333495bd73e Mon Sep 17 00:00:00 2001 From: AaricDev Date: Fri, 27 Oct 2023 22:22:33 +0200 Subject: [PATCH] Add bundles section to manifest.json --- simply-stream/twitch-api-bundle/0.1/manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simply-stream/twitch-api-bundle/0.1/manifest.json b/simply-stream/twitch-api-bundle/0.1/manifest.json index 1e9db8ca4..a6222ab75 100644 --- a/simply-stream/twitch-api-bundle/0.1/manifest.json +++ b/simply-stream/twitch-api-bundle/0.1/manifest.json @@ -1,4 +1,7 @@ { + "bundles": { + "SimplyStream\\TwitchApiBundle\\SimplyStreamTwitchApiBundle": ["all"] + }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" },