Skip to content

Commit d0ac454

Browse files
committed
build: Exclude folders/files from Composer archive
1 parent 2e5f8c2 commit d0ac454

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@
4040
"require-dev": {
4141
"http-interop/http-factory-guzzle": "^1.0",
4242
"phpunit/phpunit": "^9.0 || ^10.5"
43+
},
44+
"archive": {
45+
"exclude": [".github/", "tests/", "phpunit.xml.dist"]
4346
}
4447
}

0 commit comments

Comments
 (0)