From c531c74a65bfb26c973b5d815618ccf913d74e1f Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 26 Jan 2018 18:40:32 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=8F=90=E4=BA=A4]=E4=B8=8A=E4=BC=A0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..fdb3f81 --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "type": "library", + "name": "zoujingli/WeChatDeveloper", + "homepage": "https://github.com/zoujingli/WeChatDeveloper", + "description": "WeChat development of SDK", + "license": "MIT", + "keywords": [ + "wechat", + "alipay", + "wxpay" + ], + "require": { + "php": ">=5.3.3", + "ext-curl": "*", + "ext-openssl": "*" + }, + "autoload": { + "psr-4": { + "Wechat\\": "./Wechat" + } + } +} \ No newline at end of file