2
0
Просмотр исходного кода

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

Reduce the number of directories distributed in the composer archive
Rob Allen 11 лет назад
Родитель
Сommit
9a7c55e440
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"]
     }
 }