mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
33 lines
675 B
JSON
33 lines
675 B
JSON
{
|
|
"type": "library",
|
|
"name": "zoujingli/weopen-developer",
|
|
"homepage": "https://github.com/zoujingli/WeOpenDeveloper",
|
|
"description": "WeChat Open development of SDK",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Anyon",
|
|
"email": "zoujingli@qq.com",
|
|
"homepage": "http://ctolog.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"WeChat",
|
|
"WeChatOpen",
|
|
"WeChatOpenDeveloper"
|
|
],
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-openssl": "*",
|
|
"zoujingli/wechat-developer": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WeOpen\\": "WeOpen",
|
|
"WeChat\\": "WeChat",
|
|
"WeMini\\": "WeMini"
|
|
}
|
|
}
|
|
} |