mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
27 lines
543 B
JSON
27 lines
543 B
JSON
{
|
|
"type": "library",
|
|
"name": "zoujingli/think-library",
|
|
"license": "MIT",
|
|
"homepage": "http://framework.thinkadmin.top",
|
|
"description": "ThinkPHP Basic Development Library",
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"ext-gd": "*",
|
|
"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"
|
|
}
|
|
}
|
|
}
|