From 447855e20cb5f085a266d3a7fc1151bf75888e67 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Mon, 29 May 2023 14:29:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9config=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=AF=BB=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/composer.json b/composer.json index d80a530..5c46563 100644 --- a/composer.json +++ b/composer.json @@ -95,5 +95,14 @@ "Composer\\Config::disableProcessTimeout", "php ./bin/hyperf.php start" ] + }, + "repositories": { + "proxy": { + "type": "composer", + "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy", + "only": [ + "hyperf/*" + ] + } } }