1
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user