Skip to content

Commit

Permalink
fix swift mailer version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Lidbetter committed Dec 1, 2017
1 parent fb8b370 commit 2d4dfe4
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 @@ -13,7 +13,7 @@
],
"require": {
"illuminate/container": ">=5.0",
"swiftmailer/swiftmailer": "~5.1||~6.0"
"swiftmailer/swiftmailer": "~5.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2d4dfe4

Please sign in to comment.