[SwiftmailerBridge] Bump allowed versions of swiftmailer

Current version of Swiftmailer is 5.2.1, while (previously to this commit)
the version installed by composer was 5.0.3.

This is rather important, since 5.2.1 closes a security issue that 5.0.3 is
vulnarable to (https://github.com/swiftmailer/swiftmailer/issues/494).
This commit is contained in:
Daniel Beyer 2014-09-10 18:06:23 +02:00
parent a45e3da3e4
commit a5e3fc9e8a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.3",
"swiftmailer/swiftmailer": ">=4.2.0,<5.1-dev"
"swiftmailer/swiftmailer": ">=4.2.0,<6.0-dev"
},
"suggest": {
"symfony/http-kernel": ""