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": [