租房掌柜微信小程序Api以及小程序前端模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
675 B

{
"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"
}
}
}