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.
This commit is contained in:
Ryan Weaver
2023-05-28 20:35:07 -04:00
parent c590fdaa8e
commit c006df73c6
@@ -0,0 +1,6 @@
{
"bundles": {
"Symfony\\UX\\StimulusBundle\\StimulusBundle": ["all"]
},
"aliases": ["stimulus", "stimulus-bundle"]
}