mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
33 lines
670 B
JSON
33 lines
670 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"
|
|
}
|
|
},
|
|
"repositories": {
|
|
"packagist": {
|
|
"type": "composer",
|
|
"url": "https://mirrors.aliyun.com/composer"
|
|
}
|
|
}
|
|
}
|