Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a31f260

Browse files
committed
Merge pull request laravel#8432 from crynobone/note/suggest-for-ses
[5.0] Add aws/aws-sdk-php as suggested dependency when using Amazon SES mail driver.
2 parents b1afff7 + 3a66247 commit a31f260

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
}
9999
},
100100
"suggest": {
101-
"aws/aws-sdk-php": "Required to use the SQS queue driver (~2.4).",
101+
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~2.4).",
102102
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
103103
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0).",
104104
"iron-io/iron_mq": "Required to use the iron queue driver (~1.5).",

src/Illuminate/Mail/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
}
3333
},
3434
"suggest": {
35+
"aws/aws-sdk-php": "Required to use the SES mail driver (~2.4).",
3536
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0)."
3637
},
3738
"minimum-stability": "dev"

0 commit comments

Comments
 (0)