Skip to content

Commit

Permalink
Add JsonEncoder to the component list
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Dec 11, 2024
1 parent 2b9a181 commit 4203f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Label/StaticLabelApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function getComponentLabelsForRepository(Repository $repository): array
'Doctrine', 'DoctrineBridge', 'DomCrawler', 'Dotenv', 'Emoji',
'Enhancement', 'ErrorHandler', 'EventDispatcher', 'ExpressionLanguage',
'Feature', 'Filesystem', 'Finder', 'Form', 'FrameworkBundle',
'HttpClient', 'HttpFoundation', 'HttpKernel', 'Inflector', 'Intl', 'Ldap',
'HttpClient', 'HttpFoundation', 'HttpKernel', 'Inflector', 'Intl', 'JsonEncoder', 'Ldap',
'Locale', 'Lock', 'Mailer', 'Messenger', 'Mime', 'MonologBridge', 'Notifier',
'OptionsResolver', 'PasswordHasher', 'PhpUnitBridge', 'Process', 'PropertyAccess',
'PropertyInfo', 'ProxyManagerBridge', 'PsrHttpMessageBridge', 'RemoteEvent', 'Routing',
Expand Down

0 comments on commit 4203f0f

Please sign in to comment.