Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1afff7 + 3a66247 commit a31f260Copy full SHA for a31f260
2 files changed
composer.json
@@ -98,7 +98,7 @@
98
}
99
},
100
"suggest": {
101
- "aws/aws-sdk-php": "Required to use the SQS queue driver (~2.4).",
+ "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~2.4).",
102
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
103
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0).",
104
"iron-io/iron_mq": "Required to use the iron queue driver (~1.5).",
src/Illuminate/Mail/composer.json
@@ -32,6 +32,7 @@
32
33
34
35
+ "aws/aws-sdk-php": "Required to use the SES mail driver (~2.4).",
36
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers (~5.0)."
37
38
"minimum-stability": "dev"
0 commit comments