Skip to content

Commit dbcf8b6

Browse files
authored
add the ObjectMapper component (#259)
1 parent ce4583f commit dbcf8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Label/StaticLabelApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function getComponentLabelsForRepository(Repository $repository): array
2222
'Enhancement', 'ErrorHandler', 'EventDispatcher', 'ExpressionLanguage',
2323
'Feature', 'Filesystem', 'Finder', 'Form', 'FrameworkBundle',
2424
'HttpClient', 'HttpFoundation', 'HttpKernel', 'Inflector', 'Intl', 'JsonStreamer', 'Ldap',
25-
'Locale', 'Lock', 'Mailer', 'Messenger', 'Mime', 'MonologBridge', 'Notifier',
25+
'Locale', 'Lock', 'Mailer', 'Messenger', 'Mime', 'MonologBridge', 'Notifier', 'ObjectMapper',
2626
'OptionsResolver', 'PasswordHasher', 'PhpUnitBridge', 'Process', 'PropertyAccess',
2727
'PropertyInfo', 'ProxyManagerBridge', 'PsrHttpMessageBridge', 'RemoteEvent', 'Routing',
2828
'Scheduler', 'Security', 'SecurityBundle', 'Serializer', 'Stopwatch', 'String',

0 commit comments

Comments
 (0)