mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-06 03:58:03 +08:00
48 lines
902 B
JSON
48 lines
902 B
JSON
{
|
|
"type": "library",
|
|
"name": "zoujingli/wechat-developer",
|
|
"homepage": "https://thinkadmin.top",
|
|
"description": "WeChat and Alipay Platform Development",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Anyon",
|
|
"email": "zoujingli@qq.com",
|
|
"homepage": "https://thinkadmin.top"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"AliPay",
|
|
"WeMini",
|
|
"WeChat",
|
|
"WeChatPay",
|
|
"WeChatDeveloper"
|
|
],
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"ext-xml": "*",
|
|
"ext-json": "*",
|
|
"ext-curl": "*",
|
|
"ext-bcmath": "*",
|
|
"ext-libxml": "*",
|
|
"ext-openssl": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-simplexml": "*"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"helper.php"
|
|
],
|
|
"classmap": [
|
|
"We.php"
|
|
],
|
|
"psr-4": {
|
|
"WePay\\": "WePay",
|
|
"WeChat\\": "WeChat",
|
|
"WeMini\\": "WeMini",
|
|
"AliPay\\": "AliPay",
|
|
"WePayV3\\": "WePayV3"
|
|
}
|
|
}
|
|
}
|