feat: 增加邮件Mailgun支持

This commit is contained in:
xboard 2024-01-01 04:40:23 +08:00
parent cdc86bbe47
commit 59c21a9c8d

View File

@ -12,6 +12,7 @@
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^8.1", "php": "^8.1",
"cedar2025/http-foundation": "6.4.x-dev",
"doctrine/dbal": "^3.7", "doctrine/dbal": "^3.7",
"firebase/php-jwt": "^6.3", "firebase/php-jwt": "^6.3",
"google/cloud-storage": "^1.35", "google/cloud-storage": "^1.35",
@ -21,6 +22,7 @@
"joanhey/adapterman": "^0.6.1", "joanhey/adapterman": "^0.6.1",
"laravel/framework": "^10.0", "laravel/framework": "^10.0",
"laravel/horizon": "^5.9.6", "laravel/horizon": "^5.9.6",
"laravel/pulse": "*",
"laravel/tinker": "^2.5", "laravel/tinker": "^2.5",
"linfo/linfo": "^4.0", "linfo/linfo": "^4.0",
"nunomaduro/collision": "^7.10", "nunomaduro/collision": "^7.10",
@ -28,9 +30,10 @@
"php-curl-class/php-curl-class": "^8.6", "php-curl-class/php-curl-class": "^8.6",
"spatie/db-dumper": "^3.4", "spatie/db-dumper": "^3.4",
"stripe/stripe-php": "^7.36.1", "stripe/stripe-php": "^7.36.1",
"symfony/http-client": "^6.4",
"symfony/mailgun-mailer": "^6.4",
"symfony/yaml": "*", "symfony/yaml": "*",
"zoujingli/ip2region": "^2.0", "zoujingli/ip2region": "^2.0"
"cedar2025/http-foundation": "6.4.x-dev"
}, },
"require-dev": { "require-dev": {
"barryvdh/laravel-debugbar": "^3.9", "barryvdh/laravel-debugbar": "^3.9",
@ -68,7 +71,7 @@
"Tests\\": "tests/" "Tests\\": "tests/"
} }
}, },
"minimum-stability": "stable", "minimum-stability": "beta",
"prefer-stable": true, "prefer-stable": true,
"scripts": { "scripts": {
"post-autoload-dump": [ "post-autoload-dump": [