From c006df73c66ff620542ad7a4379a7f653cc58e94 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 28 May 2023 16:58:27 -0400 Subject: [PATCH] Adding a fake 2.8 StimulusBundle recipe so that you always at least get the bundle installed Even if you can't execute the 2.9 recipe due to the "conflicts" inside. --- symfony/stimulus-bundle/2.8/manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 symfony/stimulus-bundle/2.8/manifest.json diff --git a/symfony/stimulus-bundle/2.8/manifest.json b/symfony/stimulus-bundle/2.8/manifest.json new file mode 100644 index 00000000..ff66e874 --- /dev/null +++ b/symfony/stimulus-bundle/2.8/manifest.json @@ -0,0 +1,6 @@ +{ + "bundles": { + "Symfony\\UX\\StimulusBundle\\StimulusBundle": ["all"] + }, + "aliases": ["stimulus", "stimulus-bundle"] +}