mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
42 lines
836 B
JSON
42 lines
836 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": "https://thinkadmin.top"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"WePay",
|
|
"AliPay",
|
|
"WeMini",
|
|
"WeChat",
|
|
"WeChatPay",
|
|
"WeChatDeveloper"
|
|
],
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"ext-json": "*",
|
|
"ext-curl": "*",
|
|
"ext-libxml": "*",
|
|
"ext-openssl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-simplexml": "*"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"We.php"
|
|
],
|
|
"psr-4": {
|
|
"WePay\\": "WePay",
|
|
"WeMini\\": "WeMini",
|
|
"WeChat\\": "WeChat",
|
|
"AliPay\\": "AliPay"
|
|
}
|
|
}
|
|
} |