Sfoglia il codice sorgente

Reduce the number of directories distributed in the composer archive

David Harper 11 anni fa
parent
commit
6824d1de4f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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"]
     }
 }