From 2544a9f8114c4e505694db7695ee1f7592046788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 9 Mar 2025 02:48:39 +0100 Subject: [PATCH] [TwigComponent] Add alias "twig-component" Would help DX during install of most used UX packages --- symfony/ux-twig-component/2.13/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/symfony/ux-twig-component/2.13/manifest.json b/symfony/ux-twig-component/2.13/manifest.json index c6968c45..c1f0572a 100644 --- a/symfony/ux-twig-component/2.13/manifest.json +++ b/symfony/ux-twig-component/2.13/manifest.json @@ -2,6 +2,7 @@ "bundles": { "Symfony\\UX\\TwigComponent\\TwigComponentBundle": ["all"] }, + "aliases": ["twig-component"], "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }