初始化提交
This commit is contained in:
38
composer.json
Normal file
38
composer.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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": "*",
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user