[UX Turbo] Fix recipe does not install bundle (#1357)

* [UX Turbo] Fix recipe does not install bundle

Turbo is not installed correctly now (i guess now having this recipe, we do need to add the `bundles` entry in the manifest)

Issue: https://github.com/symfony/ux/issues/2391

I just hope the "conflict" will not prevent the bundle to be configured ?

* add 2.19
This commit is contained in:
Simon André
2024-11-20 11:36:36 +01:00
committed by GitHub
parent 8d53c58c9b
commit fc87603199
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"bundles": {
"Symfony\\UX\\Turbo\\TurboBundle": ["all"]
}
}
+3
View File
@@ -1,4 +1,7 @@
{
"bundles": {
"Symfony\\UX\\Turbo\\TurboBundle": ["all"]
},
"conflict": {
"symfony/framework-bundle": "<7.2",
"symfony/security-csrf": "<7.2"