Skip to content

Commit fc87603

Browse files
authored
[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: symfony/ux#2391 I just hope the "conflict" will not prevent the bundle to be configured ? * add 2.19
1 parent 8d53c58 commit fc87603

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

symfony/ux-turbo/2.19/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"bundles": {
3+
"Symfony\\UX\\Turbo\\TurboBundle": ["all"]
4+
}
5+
}

symfony/ux-turbo/2.20/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"bundles": {
3+
"Symfony\\UX\\Turbo\\TurboBundle": ["all"]
4+
},
25
"conflict": {
36
"symfony/framework-bundle": "<7.2",
47
"symfony/security-csrf": "<7.2"

0 commit comments

Comments
 (0)