mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-04 05:34:14 +08:00
40 lines
761 B
JSON
40 lines
761 B
JSON
{
|
|
"type": "project",
|
|
"name": "zoujingli/thinkadmin",
|
|
"license": "MIT",
|
|
"homepage": "https://thinkadmin.top",
|
|
"description": "Application Development Framework",
|
|
"keywords": [
|
|
"ThinkAdmin",
|
|
"ThinkLibrary"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Anyon",
|
|
"email": "zoujingli@qq.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"ext-json": "*",
|
|
"topthink/think-orm": "^2.0|^3.0",
|
|
"zoujingli/think-library": "^6.1",
|
|
"zoujingli/think-plugs-admin": "^1.0",
|
|
"zoujingli/think-plugs-wechat": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "extend"
|
|
},
|
|
"psr-4": {
|
|
"app\\": "app"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"zoujingli/think-install": true
|
|
}
|
|
}
|
|
}
|