This commit is contained in:
wangjinlei
2024-07-17 09:23:45 +08:00
parent edf9deeb1a
commit 881ac3e056
1001 changed files with 41032 additions and 5452 deletions

View File

@@ -25,7 +25,8 @@
"topthink/think-queue": "1.1.4",
"phpoffice/phpword": "^1.0",
"topthink/think-image": "^1.0",
"mpdf/mpdf": "^8.1"
"mpdf/mpdf": "^8.1",
"phpoffice/phpexcel": "^1.8"
},
"autoload": {
"psr-4": {
@@ -36,6 +37,9 @@
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"allow-plugins": {
"topthink/think-installer": true
}
}
}