Skip to content

Commit 20c6019

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 a979f70 + 937f47c commit 20c6019

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
@@ -32,7 +32,8 @@
3232
"files": [ "bootstrap.php" ],
3333
"psr-4": { "Symfony\\Bridge\\PhpUnit\\": "" },
3434
"exclude-from-classmap": [
35-
"/Tests/"
35+
"/Tests/",
36+
"/bin/"
3637
]
3738
},
3839
"bin": [

0 commit comments

Comments
 (0)