From fe36a05758572e6013a900afc898ce9b11a5ba00 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 14 Dec 2023 16:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9composer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0737866..01aefbc 100644 --- a/composer.json +++ b/composer.json @@ -95,5 +95,15 @@ "Composer\\Config::disableProcessTimeout", "php ./bin/hyperf.php start" ] - } + }, + "repositories":[ + { + "type": "composer", + "url": "https://mirrors.aliyun.com/composer/" + }, + { + "type": "composer", + "url": "https://packagist.phpcomposer.com" + } + ] }