mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
[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:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Symfony\\UX\\Turbo\\TurboBundle": ["all"]
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Symfony\\UX\\Turbo\\TurboBundle": ["all"]
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<7.2",
|
||||
"symfony/security-csrf": "<7.2"
|
||||
|
||||
Reference in New Issue
Block a user