From f68e54e6590de3b4f85dabbf6e6e28378dd4f072 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sun, 4 Feb 2024 23:33:58 +0100 Subject: [PATCH] add the AssetMapper and TypeInfo components (#226) --- src/Api/Label/StaticLabelApi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Api/Label/StaticLabelApi.php b/src/Api/Label/StaticLabelApi.php index 646aeb2d..e9cfa88a 100644 --- a/src/Api/Label/StaticLabelApi.php +++ b/src/Api/Label/StaticLabelApi.php @@ -16,7 +16,7 @@ class StaticLabelApi extends NullLabelApi public function getComponentLabelsForRepository(Repository $repository): array { return [ - 'Asset', 'BrowserKit', 'Cache', 'Config', 'Console', + 'Asset', 'AssetMapper', 'BrowserKit', 'Cache', 'Config', 'Console', 'Contracts', 'CssSelector', 'Debug', 'DebugBundle', 'DependencyInjection', 'Doctrine', 'DoctrineBridge', 'DomCrawler', 'Dotenv', 'Enhancement', 'ErrorHandler', 'EventDispatcher', 'ExpressionLanguage', @@ -26,7 +26,7 @@ public function getComponentLabelsForRepository(Repository $repository): array 'OptionsResolver', 'PasswordHasher', 'PhpUnitBridge', 'Process', 'PropertyAccess', 'PropertyInfo', 'ProxyManagerBridge', 'PsrHttpMessageBridge', 'RemoteEvent', 'Routing', 'Scheduler', 'Security', 'SecurityBundle', 'Serializer', 'Stopwatch', 'String', - 'Templating', 'Translation', 'TwigBridge', 'TwigBundle', 'Uid', 'Validator', 'VarDumper', + 'Templating', 'Translation', 'TwigBridge', 'TwigBundle', 'TypeInfo', 'Uid', 'Validator', 'VarDumper', 'VarExporter', 'Webhook', 'WebLink', 'WebProfilerBundle', 'WebServerBundle', 'Workflow', 'Yaml', ];