From e0afaf0b26bd66be1379c034b3f4c5bce87462b2 Mon Sep 17 00:00:00 2001 From: Luffy <52o@qq52o.cn> Date: Sat, 31 Aug 2019 14:16:22 +0800 Subject: [PATCH] Update composer.json --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index fffe7574..cc5afbb8 100644 --- a/composer.json +++ b/composer.json @@ -79,11 +79,5 @@ "cs-fix": "php-cs-fixer fix $1", "analyze": "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" - } } }