Skip to content

Commit dc1c2e7

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 bd3206f + 23af65d commit dc1c2e7

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
@@ -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)