Преглед на файлове

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"]
     }
 }