Skip to content

Commit

Permalink
Add JsonEncoder to the component list (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr authored Dec 11, 2024
1 parent effdbc2 commit 95be878
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 95be878

Please sign in to comment.