From 20b4036b475da256d7f5098839d782f92c18d216 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 29 Jan 2018 10:59:23 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9package?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 54a4cc0..1c575ac 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,13 @@ { "type": "library", - "name": "zoujingli/WeChatDeveloper", + "name": "zoujingli/wechat-developer", "homepage": "https://github.com/zoujingli/WeChatDeveloper", "description": "WeChat development of SDK", "license": "MIT", "keywords": [ + "WeChatDeveloper", "wechat", - "wxsdk" + "wxsdk", ], "require": { "php": ">=5.4",