Skip to content

Commit

Permalink
[UX Turbo] Fix recipe does not install bundle
Browse files Browse the repository at this point in the history
Turbo is not installed correctly now (i guess now having this recipe, we do need to add the `bundles` entry in the manifest)

Issue: symfony/ux#2391

I just hope the "conflict" will not prevent the bundle to be configured ?
  • Loading branch information
smnandre authored Nov 19, 2024
1 parent 8d53c58 commit 36365b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions symfony/ux-turbo/2.20/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"bundles": {
"Symfony\\UX\\Turbo\\TurboBundle": ["all"]
},
"conflict": {
"symfony/framework-bundle": "<7.2",
"symfony/security-csrf": "<7.2"
Expand Down

0 comments on commit 36365b7

Please sign in to comment.