Skip to content

Commit 9dc5555

Browse files
committed
Fix autoload configs to avoid warnings when building optimized autoloaders
1 parent b21398f commit 9dc5555

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"files": [ "bootstrap.php" ],
3535
"psr-4": { "Symfony\\Bridge\\PhpUnit\\": "" },
3636
"exclude-from-classmap": [
37-
"/Tests/"
37+
"/Tests/",
38+
"/bin/"
3839
]
3940
},
4041
"bin": [

0 commit comments

Comments
 (0)