Skip to content

Commit

Permalink
[5.8] Copy suggested deps from main composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 8, 2019
1 parent 0bb3d37 commit a9397dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Illuminate/Mail/composer.json
Expand Up @@ -36,7 +36,8 @@
},
"suggest": {
"aws/aws-sdk-php": "Required to use the SES mail driver (^3.0).",
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (^6.0)."
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (^6.0).",
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit a9397dd

Please sign in to comment.