Skip to content

Commit

Permalink
[SwiftmailerBridge] Bump allowed versions of swiftmailer
Browse files Browse the repository at this point in the history
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 (swiftmailer/swiftmailer#494).
  • Loading branch information
ymc-dabe committed Sep 9, 2014
1 parent f5b4b11 commit 108b61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Swiftmailer/composer.json
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.3",
"swiftmailer/swiftmailer": ">=4.2.0,<5.1-dev"
"swiftmailer/swiftmailer": ">=4.2.0,<5.3-dev"
},
"suggest": {
"symfony/http-kernel": ""
Expand Down

0 comments on commit 108b61a

Please sign in to comment.