WeChatDeveloper/composer.json
2018-04-18 17:43:08 +08:00

30 lines
601 B
JSON

{
"type": "library",
"name": "zoujingli/wechat-developer",
"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": [
"WeChat",
"WeChatPay",
"WeChatDeveloper"
],
"require": {
"php": ">=5.4",
"ext-curl": "*",
"ext-openssl": "*"
},
"autoload": {
"psr-4": {
"WeChat\\": "WeChat",
"WeMini\\": "WeMini"
}
}
}