Skip to content

Commit 891a41b

Browse files
committed
updated swiftmailer/swiftmailer version specification
Version 5.0.0 of SwiftMailer has been released, which is a non-breaking change - so modifying the require-dev specification to allow <6.0.
1 parent ab580c1 commit 891a41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require-dev": {
3030
"twig/twig": "~1.5",
3131
"doctrine/doctrine-bundle": "*",
32-
"swiftmailer/swiftmailer": "~4.3",
32+
"swiftmailer/swiftmailer": ">=4.3, <6.0",
3333
"willdurand/propel-typehintable-behavior": "dev-master",
3434
"symfony/yaml": "~2.1",
3535
"symfony/validator": "~2.1"

0 commit comments

Comments
 (0)