This commit is contained in:
wangjinlei
2024-08-28 09:25:22 +08:00
parent fb68d793d7
commit 7b5f1f3eb1
380 changed files with 63714 additions and 486 deletions

View File

@@ -23,7 +23,8 @@
"tecnickcom/tcpdf": "^6.3",
"weiwei/api-doc": "^1.6",
"topthink/think-queue": "1.1.4",
"phpoffice/phpword": "^1.0"
"phpoffice/phpword": "^1.0",
"phpseclib/phpseclib": "^3.0"
},
"autoload": {
"psr-4": {
@@ -34,6 +35,9 @@
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
}
}