Skip to content

Commit f33b3da

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [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 ef26c5e + 20c6019 commit f33b3da

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)