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