mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
39 lines
699 B
JSON
39 lines
699 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",
|
|
"zoujingli/think-library": "^6.0",
|
|
"zoujingli/think-plugs-admin": "^1.0",
|
|
"zoujingli/think-plugs-wechat": "^1.0"
|
|
},
|
|
"repositories": {
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "extend"
|
|
},
|
|
"psr-4": {
|
|
"app\\": "app"
|
|
}
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"zoujingli/think-install": true
|
|
}
|
|
}
|
|
}
|