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

Commit 084171b

Browse files
authored
Merge pull request #35 from spinen/feature/upgradeSwiftmailer
Allow Swiftmailer v6 since Laravel 5.5 requires it
2 parents 3bc134a + be191de commit 084171b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.5.0",
2020
"illuminate/support": "~5.1.10|5.2.*|5.3.*|5.4.*|5.5.*",
21-
"swiftmailer/swiftmailer": "~5.1"
21+
"swiftmailer/swiftmailer": "~5.1|~6.0"
2222
},
2323
"require-dev": {
2424
"mockery/mockery": "^0.9.1",

0 commit comments

Comments
 (0)