mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-26 19:36:36 +08:00
修改项目组件配置
This commit is contained in:
parent
8baf6877b0
commit
d2b0185eb5
@ -6,7 +6,8 @@
|
|||||||
"description": "Application Development Framework",
|
"description": "Application Development Framework",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ThinkAdmin",
|
"ThinkAdmin",
|
||||||
"ThinkLibrary"
|
"ThinkLibrary",
|
||||||
|
"WeChatDeveloper"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
@ -14,8 +15,13 @@
|
|||||||
"email": "zoujingli@qq.com"
|
"email": "zoujingli@qq.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"config": {
|
||||||
|
"allow-plugins": {
|
||||||
|
"zoujingli/think-install": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1.0",
|
"php": ">=7.1",
|
||||||
"ext-gd": "*",
|
"ext-gd": "*",
|
||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
@ -28,10 +34,5 @@
|
|||||||
"zoujingli/think-plugs-admin": "dev-master",
|
"zoujingli/think-plugs-admin": "dev-master",
|
||||||
"zoujingli/think-plugs-wechat": "dev-master",
|
"zoujingli/think-plugs-wechat": "dev-master",
|
||||||
"zoujingli/think-plugs-center": "dev-master"
|
"zoujingli/think-plugs-center": "dev-master"
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"allow-plugins": {
|
|
||||||
"zoujingli/think-install": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user