From 40c56823d337ac5dbdcac1aded2176da8ce30b8d Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 22 Jun 2022 11:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=8C=87=E5=AE=9A=E7=9A=84co?= =?UTF-8?q?mposer=E9=95=9C=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 deletions(-) diff --git a/composer.json b/composer.json index 316cf48..0ab6635 100644 --- a/composer.json +++ b/composer.json @@ -54,11 +54,5 @@ "@php think service:discover", "@php think vendor:publish" ] - }, - "repositories": { - "packagist": { - "type": "composer", - "url": "https://mirrors.aliyun.com/composer/" - } } }