8000 bug #11892 [SwiftmailerBridge] Bump allowed versions of swiftmailer (… · symfony/symfony@2351513 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2351513

Browse files
committed
bug #11892 [SwiftmailerBridge] Bump allowed versions of swiftmailer (ymc-dabe)
This PR was merged into the 2.3 branch. Discussion ---------- [SwiftmailerBridge] Bump allowed versions of swiftmailer | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes (but SwiftmailerBridge itself does not contain any tests) | Fixed tickets | - | License | MIT | Doc PR | - 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). Commits ------- a5e3fc9 [SwiftmailerBridge] Bump allowed versions of swiftmailer
2 parents fcbbe90 + a5e3fc9 commit 2351513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Swiftmailer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"swiftmailer/swiftmailer": ">=4.2.0,<5.1-dev"
20+
"swiftmailer/swiftmailer": ">=4.2.0,<6.0-dev"
2121
},
2222
"suggest": {
2323
"symfony/http-kernel": ""

0 commit comments

Comments
 (0)
0