浏览代码

composer 更新

Mark 1 年之前
父节点
当前提交
7b00c60ec7
共有 4 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      dyu/composer.json
  2. 二进制
      dyu/thinkphp/.gitignore
  3. 二进制
      dyu/thinkphp/library/think/console/command/Build.php
  4. 0 0
      dyu/thinkphp/phpunit.xml

+ 4 - 1
dyu/composer.json

@@ -43,6 +43,9 @@
     "think-path": "thinkphp"
   },
   "config": {
-    "preferred-install": "dist"
+    "preferred-install": "dist",
+    "allow-plugins": {
+      "topthink/think-installer": true
+    }
   }
 }

二进制
dyu/thinkphp/.gitignore


二进制
dyu/thinkphp/library/think/console/command/Build.php


+ 0 - 0
dyu/thinkphp/phpunit.xml