Skip to content

Commit fddce25

Browse files
authored
[Emoji] Remove resources data from classmap generation
1 parent 1d847b4 commit fddce25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Emoji/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Emoji\\": "" },
2929
"exclude-from-classmap": [
30-
"/Tests/"
30+
"/Tests/",
31+
"/Resources/data/"
3132
]
3233
},
3334
"minimum-stability": "dev"

0 commit comments

Comments
 (0)