8000 bug #57276 Fix autoload configs to avoid warnings when building optim… · symfony/symfony@d1e5c97 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1e5c97

Browse 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

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