Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 from spinen/feature/upgradeSwiftmailer
Browse files Browse the repository at this point in the history
Allow Swiftmailer v6 since Laravel 5.5 requires it
  • Loading branch information
jimmypuckett authored Sep 12, 2017
2 parents 3bc134a + be191de commit 084171b
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 @@ -18,7 +18,7 @@
"require": {
"php": ">=5.5.0",
"illuminate/support": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*",
"swiftmailer/swiftmailer": "~5.1"
"swiftmailer/swiftmailer": "~5.1|~6.0"
},
"require-dev": {
"mockery/mockery": "^0.9.1",
Expand Down

0 comments on commit 084171b

Please sign in to comment.