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 d1e5c97

Browse filesBrowse files
committed
bug #57276 Fix autoload configs to avoid warnings when building optimized autoloaders (Seldaek)
This PR was merged into the 7.1 branch. Discussion ---------- Fix autoload configs to avoid warnings when building optimized autoloaders …aders | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT Same as #57275 but for 7.1 as the new Emoji component also needed a fix. Commits ------- 68f6426 Fix autoload configs to avoid warnings when building optimized autoloaders
2 parents 32483f6 + 68f6426 commit d1e5c97
Copy full SHA for d1e5c97

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.