Skip to content

Commit f86b948

Browse files
authored
Allow Resend ^1.0 (#57713)
* Allow Resend ^1.0 * update Mail/composer.json
1 parent a6e9bb5 commit f86b948

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"phpstan/phpstan": "^2.0",
122122
"phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
123123
"predis/predis": "^2.3|^3.0",
124-
"resend/resend-php": "^0.10.0",
124+
"resend/resend-php": "^0.10.0|^1.0",
125125
"symfony/cache": "^7.2.0",
126126
"symfony/http-client": "^7.2.0",
127127
"symfony/psr-http-message-bridge": "^7.2.0",
@@ -196,7 +196,7 @@
196196
"predis/predis": "Required to use the predis connector (^2.3|^3.0).",
197197
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
198198
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
199-
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
199+
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0|^1.0).",
200200
"symfony/cache": "Required to PSR-6 cache bridge (^7.2).",
201201
"symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).",
202202
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).",

src/Illuminate/Mail/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"suggest": {
3939
"aws/aws-sdk-php": "Required to use the SES mail driver (^3.322.9).",
4040
"illuminate/http": "Required to create an attachment from an UploadedFile instance (^12.0).",
41-
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
41+
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0|^1.0).",
4242
"symfony/http-client": "Required to use the Symfony API mail transports (^7.2).",
4343
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).",
4444
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2)."

0 commit comments

Comments
 (0)