租房掌柜微信小程序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.
 
 
 
 
 
 

25 lines
524 B

{
"type": "library",
"name": "zoujingli/think-library",
"license": "MIT",
"homepage": "http://framework.thinkadmin.top",
"description": "ThinkPHP Basic Development Library",
"require": {
"php": ">=5.4",
"ext-json": "*",
"ext-curl": "*",
"ext-iconv": "*",
"ext-openssl": "*",
"qiniu/php-sdk": "^7.2",
"topthink/framework": "5.1.*",
"aliyuncs/oss-sdk-php": "^2.3"
},
"autoload": {
"files": [
"src/common.php"
],
"psr-4": {
"library\\": "src"
}
}
}