Skip to content

Commit d9659b7

Browse files
committed
Fix autoload configs to avoid warnings when building optimized autoloaders
1 parent c6b5f82 commit d9659b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"autoload": {
7373
"psr-4": { "Symfony\\Component\\Validator\\": "" },
7474
"exclude-from-classmap": [
75-
"/Tests/"
75+
"/Tests/",
76+
"/Resources/bin/"
7677
]
7778
},
7879
"minimum-stability": "dev"

0 commit comments

Comments
 (0)