mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[symfony/ux-*] add aliases
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"bundles": {
|
||||
"Symfony\\UX\\LiveComponent\\LiveComponentBundle": ["all"]
|
||||
},
|
||||
"aliases": ["live-component"],
|
||||
"aliases": ["live-component", "live-components"],
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"bundles": {
|
||||
"Symfony\\UX\\Turbo\\TurboBundle": ["all"]
|
||||
},
|
||||
"aliases": ["turbo"],
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<7.2",
|
||||
"symfony/security-csrf": "<7.2"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"bundles": {
|
||||
"Symfony\\UX\\TwigComponent\\TwigComponentBundle": ["all"]
|
||||
},
|
||||
"aliases": ["twig-component"],
|
||||
"aliases": ["twig-component", "twig-components"],
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user