8000 Fix autoload configs to avoid warnings when building optimized autolo… · symfony/symfony@68f6426 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68f6426

Browse files
committed
Fix autoload configs to avoid warnings when building optimized autoloaders
1 parent 7a7361f commit 68f6426

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Emoji/composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"psr-4": { "Symfony\\Component\\Emoji\\": "" },
2929
"exclude-from-classmap": [
3030
"/Tests/",
31-
"/Resources/data/"
31+
"/Resources/data/",
32+
"/Resources/bin/"
3233
]
3334
},
3435
"minimum-stability": "dev"

0 commit comments

Comments
 (0)
0