Skip to content

Commit f85756c

Browse files
committed
chore: exclude tests and phpunit config from vendor archives
1 parent 6312a8c commit f85756c

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
@@ -43,5 +43,11 @@
4343
"allow-plugins": {
4444
"dealerdirect/phpcodesniffer-composer-installer": true
4545
}
46+
},
47+
"archive": {
48+
"exclude": [
49+
"/tests",
50+
"/phpunit.xml.dist"
51+
]
4652
}
4753
}

0 commit comments

Comments
 (0)