From 976c824182f5ca874ddd79b745dca15aba30d215 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 8 Feb 2018 17:41:54 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E9=A1=B9?= =?UTF-8?q?=E7=9B=AEComposer=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8f20513..c06a697 100644 --- a/composer.json +++ b/composer.json @@ -4,12 +4,17 @@ "homepage": "https://github.com/zoujingli/WeChatDeveloper", "description": "WeChat platform and WeChat payment development tools", "license": "MIT", + "authors": [ + { + "name": "Anyon", + "email": "zoujingli@qq.com", + "homepage": "http://ctolog.com" + } + ], "keywords": [ - "WeChatDeveloper", - "developer", - "wechat", - "wxsdk", - "wxpay" + "WeChat", + "WeChatPay", + "WeChatDeveloper" ], "require": { "php": ">=5.4",