From 08c8f46eb3f64a6d32eb6c5e457ba9beb6ce52aa Mon Sep 17 00:00:00 2001 From: xboard Date: Thu, 7 Dec 2023 23:12:32 +0800 Subject: [PATCH] update: composer.json --- composer.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 8caaa0f..6c4f1c1 100755 --- a/composer.json +++ b/composer.json @@ -29,7 +29,8 @@ "spatie/db-dumper": "^3.4", "stripe/stripe-php": "^7.36.1", "symfony/yaml": "*", - "zoujingli/ip2region": "^2.0" + "zoujingli/ip2region": "^2.0", + "cedar2025/http-foundation": "v6.4.0" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.9", @@ -81,10 +82,10 @@ "@php artisan key:generate --ansi" ] }, - "repositories": { - "packagist": { + "repositories": [ + { "type": "composer", "url": "https://packagist.org" } - } + ] }