WeChatDeveloper/composer.json
2018-01-26 18:40:32 +08:00

22 lines
408 B
JSON

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