Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 0dc756e

Browse files
committed
Composer archive exclude tests and phpunit.xml
1 parent 92453fc commit 0dc756e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,11 @@
6262
"allow-plugins": {
6363
"dealerdirect/phpcodesniffer-composer-installer": true
6464
}
65+
},
66+
"archive": {
67+
"exclude": [
68+
"/tests",
69+
"/phpunit.xml"
70+
]
6571
}
6672
}

0 commit comments

Comments
 (0)