瀏覽代碼

Merge pull request #413 from randompixel/zf-composer-archive

Reduce the number of directories distributed in the composer archive
Rob Allen 11 年之前
父節點
當前提交
9a7c55e440
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      composer.json

+ 3 - 0
composer.json

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