Skip to content

Commit

Permalink
Adding support for older versions of SwiftMailer, after confirming it…
Browse files Browse the repository at this point in the history
… works.
  • Loading branch information
Andrew Theken authored Sep 13, 2016
1 parent 175500a commit 7b69441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "wildbit/swiftmailer-postmark",
"description": "A Swiftmailer Transport for Postmark.",
"require": {
"swiftmailer/swiftmailer": "~5.1",
"swiftmailer/swiftmailer": ">=4.1.5",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
Expand Down

0 comments on commit 7b69441

Please sign in to comment.