mirror of
https://gitee.com/zoujingli/WeChatDeveloper.git
synced 2025-04-05 19:41:44 +08:00
22 lines
416 B
JSON
22 lines
416 B
JSON
{
|
|
"type": "library",
|
|
"name": "zoujingli/wechat-developer",
|
|
"homepage": "https://github.com/zoujingli/WeChatDeveloper",
|
|
"description": "WeChat development of SDK",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"WeChatDeveloper",
|
|
"wechat",
|
|
"wxsdk"
|
|
],
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"ext-curl": "*",
|
|
"ext-openssl": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WeChat\\": "./WeChat"
|
|
}
|
|
}
|
|
} |