Skip to content

Commit ed4baa8

Browse files
authored
Merge pull request #241 from dsavina/dist/archive-excluded-files
Dist - Exclude test/CI files from composer archive
2 parents a49d62d + e7a3c4b commit ed4baa8

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)