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', ];