Skip to content

Commit

Permalink
Merge pull request #27827 from crynobone/mail-suggest
Browse files Browse the repository at this point in the history
[5.8] Copy suggested deps from main composer.json
  • Loading branch information
taylorotwell committed Mar 8, 2019
2 parents 2df8333 + a9397dd commit 32d81c3
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 32d81c3

Please sign in to comment.