WeChatDeveloper/composer.json
2018-02-05 18:42:16 +08:00

24 lines
471 B
JSON

{
"type": "library",
"name": "zoujingli/wechat-developer",
"homepage": "https://github.com/zoujingli/WeChatDeveloper",
"description": "WeChat platform and WeChat payment development tools",
"license": "MIT",
"keywords": [
"WeChatDeveloper",
"developer",
"wechat",
"wxsdk",
"wxpay"
],
"require": {
"php": ">=5.4",
"ext-curl": "*",
"ext-openssl": "*"
},
"autoload": {
"psr-4": {
"WeChat\\": "WeChat"
}
}
}