Skip to content

Commit e7a3c4b

Browse files
committed
[dist] optimize distributed archive
Signed-off-by: Dorian Savina <[email protected]>
1 parent a49d62d commit e7a3c4b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,8 @@
8787
}
8888
},
8989
"minimum-stability": "dev",
90-
"prefer-stable": true
90+
"prefer-stable": true,
91+
"archive": {
92+
"exclude": ["/.github", "/tests", "/travis", "/vendor-bin", "/.*", "/composer-require-checker.json", "/couscous.yml", "/phpbench.*", "/phpstan.neon", "/phpunit.*"]
93+
}
9194
}

0 commit comments

Comments
 (0)