Przeglądaj źródła

Reduce the number of directories distributed in the composer archive

David Harper 11 lat temu
rodzic
commit
6824d1de4f
1 zmienionych plików z 3 dodań i 0 usunięć
  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"]
     }
 }