Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68f6426

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

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎src/Symfony/Component/Emoji/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/Emoji/composer.json
+2-1Lines changed: 2 additions & 1 deletion
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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.