8000 Clarify API transports · laravel/framework@420e7d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 420e7d3

Browse files
committed
Clarify API transports
1 parent 590a8ff commit 420e7d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
"symfony/amazon-mailer": "Required to enable support for the SES mail transport (^6.0).",
156156
"symfony/cache": "Required to PSR-6 cache bridge (^6.0).",
157157
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).",
158-
"symfony/http-client": "Required to enable support for the Symfony mail transports (^6.0).",
158+
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.0).",
159159
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).",
160160
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).",
161161
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."

src/Illuminate/Mail/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"suggest": {
4040
"symfony/amazon-mailer": "Required to enable support for the SES mail transport (^6.0).",
41-
"symfony/http-client": "Required to use the Symfony mail transports (^6.0).",
41+
"symfony/http-client": "Required to use the Symfony API mail transports (^6.0).",
4242
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).",
4343
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0)."
4444
},

0 commit comments

Comments
 (0)
0