mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
36 lines
615 B
JSON
36 lines
615 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"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-iconv": "*",
|
|
"topthink/framework": "^6.0"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/common.php"
|
|
],
|
|
"psr-4": {
|
|
"think\\admin\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"think": {
|
|
"services": [
|
|
"think\\admin\\Library"
|
|
]
|
|
}
|
|
}
|
|
}
|