Skip to content

Commit d600f5b

Browse files
committed
minor symfony#54632 [Emoji] Remove resources data from classmap generation (shyim)
This PR was merged into the 7.1 branch. Discussion ---------- [Emoji] Remove resources data from classmap generation | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Same as symfony#54625 but for Emoji, FYI: `@stof` Commits ------- fddce25 [Emoji] Remove resources data from classmap generation
2 parents a7900e8 + fddce25 commit d600f5b

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)