瀏覽代碼

Reduce the number of directories distributed in the composer archive

David Harper 11 年之前
父節點
當前提交
6824d1de4f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      composer.json

+ 3 - 0
composer.json

@@ -30,5 +30,8 @@
     "require-dev": {
         "phpunit/phpunit": "3.7.*",
         "phpunit/dbunit": "1.3.*"
+    },
+    "archive": {
+        "exclude": ["/demos", "/documentation", "/tests"]
     }
 }