From a39c1fb728fea3559ead17f1553302bc67360e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 31 Aug 2021 19:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=98=BF=E9=87=8C=E4=BA=91co?= =?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 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/composer.json b/composer.json index adb8d68f4..3f1c64c77 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,7 @@ "email": "zoujingli@qq.com" } ], + "minimum-stability": "stable", "require": { "php": ">=7.1.0", "ext-gd": "*", @@ -44,12 +45,5 @@ "@php think service:discover", "@php think vendor:publish" ] - }, - "minimum-stability": "stable", - "repositories": { - "packagist": { - "type": "composer", - "url": "https://mirrors.aliyun.com/composer" - } } }