From 5e76e896cf187c3bbcb8ae64874dbdeacb817214 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 17 Jul 2020 05:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BD=E5=86=85=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index f16fdd1..5d55e6c 100644 --- a/composer.json +++ b/composer.json @@ -69,5 +69,11 @@ "cs-fix": "php-cs-fixer fix $1", "analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config", "start": "php ./bin/hyperf.php start" + }, + "repositories": { + "packagist": { + "type": "composer", + "url": "https://mirrors.aliyun.com/composer/" + } } }