[提交]上传项目配置文件

This commit is contained in:
Anyon 2018-01-26 18:40:32 +08:00
parent c40c16e525
commit c531c74a65

22
composer.json Normal file
View File

@ -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"
}
}
}