Skip to content

Commit

Permalink
[UX Turbo] Fix recipe does not install bundle (#1357)
Browse files Browse the repository at this point in the history
* [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: symfony/ux#2391

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

* add 2.19
  • Loading branch information
smnandre authored Nov 20, 2024
1 parent 8d53c58 commit fc87603
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions symfony/ux-turbo/2.19/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"bundles": {
"Symfony\\UX\\Turbo\\TurboBundle": ["all"]
}
}
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 fc87603

Please sign in to comment.