Explorar el Código

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

Reduce the number of directories distributed in the composer archive
Rob Allen hace 11 años
padre
commit
9a7c55e440
Se han modificado 1 ficheros con 3 adiciones y 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"]
     }
 }