Skip to content

Commit 2b9a181

Browse files
authored
Add Emoji component (#227)
Emoji has now its own dedicated package Cf https://github.com/symfony/emoji
1 parent f68e54e commit 2b9a181

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
@@ -18,7 +18,7 @@ public function getComponentLabelsForRepository(Repository $repository): array
1818
return [
1919
'Asset', 'AssetMapper', 'BrowserKit', 'Cache', 'Config', 'Console',
2020
'Contracts', 'CssSelector', 'Debug', 'DebugBundle', 'DependencyInjection',
21-
'Doctrine', 'DoctrineBridge', 'DomCrawler', 'Dotenv',
21+
'Doctrine', 'DoctrineBridge', 'DomCrawler', 'Dotenv', 'Emoji',
2222
'Enhancement', 'ErrorHandler', 'EventDispatcher', 'ExpressionLanguage',
2323
'Feature', 'Filesystem', 'Finder', 'Form', 'FrameworkBundle',
2424
'HttpClient', 'HttpFoundation', 'HttpKernel', 'Inflector', 'Intl', 'Ldap',

0 commit comments

Comments
 (0)