Skip to content

Commit dab2781

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Fix autoload configs to avoid warnings when building optimized autoloaders
2 parents 0fd3867 + d536c47 commit dab2781

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"autoload": {
5757
"psr-4": { "Symfony\\Component\\Validator\\": "" },
5858
"exclude-from-classmap": [
59-
"/Tests/"
59+
"/Tests/",
60+
"/Resources/bin/"
6061
]
6162
},
6263
"minimum-stability": "dev"

0 commit comments

Comments
 (0)