From f4702e365bb8d65164abe2458af07c6f26924150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E7=94=A8lww?= <“529520975@qq.com> Date: Thu, 7 Nov 2019 09:42:57 +0800 Subject: [PATCH] =?UTF-8?q?composer=E5=8C=85=E4=BD=BF=E7=94=A8=E5=9B=BD?= =?UTF-8?q?=E5=86=85=E9=95=9C=E5=83=8F=E4=B8=8B=E8=BD=BD?= 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 069baf26b..75f9c6467 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,11 @@ { "require": { "rodneyrehm/plist": "^2.0" + }, + "repositories": { + "packagist": { + "type": "composer", + "url": "https://packagist.phpcomposer.com" + } } }