Explorar o código

Reduce the number of directories distributed in the composer archive

David Harper %!s(int64=11) %!d(string=hai) anos
pai
achega
6824d1de4f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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"]
     }
 }