mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-06-18 18:59:15 +08:00
44 lines
892 B
JSON
44 lines
892 B
JSON
{
|
|
"type": "library",
|
|
"name": "zoujingli/think-library",
|
|
"license": "MIT",
|
|
"homepage": "http://thinkadmin.top",
|
|
"description": "ThinkPHP v6.0 Development Library",
|
|
"authors": [
|
|
{
|
|
"name": "Anyon",
|
|
"email": "zoujingli@qq.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "zoujingli@qq.com",
|
|
"wiki": "https://thinkadmin.top",
|
|
"forum": "https://thinkadmin.top",
|
|
"source": "https://gitee.com/zoujingli/ThinkLibrary",
|
|
"issues": "https://gitee.com/zoujingli/ThinkLibrary/issues"
|
|
},
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-iconv": "*",
|
|
"ext-mbstring": "*",
|
|
"topthink/framework": "^6.0"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/common.php"
|
|
],
|
|
"psr-4": {
|
|
"think\\admin\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"think": {
|
|
"services": [
|
|
"think\\admin\\Library"
|
|
]
|
|
}
|
|
}
|
|
}
|