liuhairui il y a 11 mois
Parent
commit
a71ff83df5
1 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. 7 2
      composer.json

+ 7 - 2
composer.json

@@ -30,10 +30,15 @@
         "ext-curl": "*",
         "ext-pdo": "*",
         "ext-bcmath": "*",
-        "txthinking/mailer": "^2.0"
+        "txthinking/mailer": "^2.0",
+        "mpdf/mpdf": "^8.2"
     },
     "config": {
-        "preferred-install": "dist"
+        "preferred-install": "dist",
+        "allow-plugins": {
+            "topthink/think-installer": true,
+            "easywechat-composer/easywechat-composer": true
+        }
     },
     "repositories": [
         {