From 59c21a9c8d423a561598307150550c772c119258 Mon Sep 17 00:00:00 2001 From: xboard Date: Mon, 1 Jan 2024 04:40:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E9=82=AE=E4=BB=B6Mai?= =?UTF-8?q?lgun=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index c4c74f5..66a96ae 100755 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "license": "MIT", "require": { "php": "^8.1", + "cedar2025/http-foundation": "6.4.x-dev", "doctrine/dbal": "^3.7", "firebase/php-jwt": "^6.3", "google/cloud-storage": "^1.35", @@ -21,6 +22,7 @@ "joanhey/adapterman": "^0.6.1", "laravel/framework": "^10.0", "laravel/horizon": "^5.9.6", + "laravel/pulse": "*", "laravel/tinker": "^2.5", "linfo/linfo": "^4.0", "nunomaduro/collision": "^7.10", @@ -28,9 +30,10 @@ "php-curl-class/php-curl-class": "^8.6", "spatie/db-dumper": "^3.4", "stripe/stripe-php": "^7.36.1", + "symfony/http-client": "^6.4", + "symfony/mailgun-mailer": "^6.4", "symfony/yaml": "*", - "zoujingli/ip2region": "^2.0", - "cedar2025/http-foundation": "6.4.x-dev" + "zoujingli/ip2region": "^2.0" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.9", @@ -68,7 +71,7 @@ "Tests\\": "tests/" } }, - "minimum-stability": "stable", + "minimum-stability": "beta", "prefer-stable": true, "scripts": { "post-autoload-dump": [