Skip to content

Commit 23af65d

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Scheduler] Throw an exception when no dispatcher has been passed to a Schedule [Mime] Fix TextPart using an unknown File Fix autoload configs to avoid warnings when building optimized autoloaders
2 parents 194343d + dab2781 commit 23af65d

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
@@ -54,7 +54,8 @@
5454
"autoload": {
5555
"psr-4": { "Symfony\\Component\\Validator\\": "" },
5656
"exclude-from-classmap": [
57-
"/Tests/"
57+
"/Tests/",
58+
"/Resources/bin/"
5859
]
5960
},
6061
"minimum-stability": "dev"

0 commit comments

Comments
 (0)