Skip to content

Commit a201314

Browse files
committed
Exclude from composer vendor bundle /tests and /phpunit.xml.dist
They are not .gitattributes removed because the files are needed at Debian. But people using the files with composer do not need them. Closes: #379 Signed-off-by: William Desportes <[email protected]>
1 parent f804078 commit a201314

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
@@ -61,5 +61,11 @@
6161
"dealerdirect/phpcodesniffer-composer-installer": true,
6262
"phpstan/extension-installer": true
6363
}
64+
},
65+
"archive": {
66+
"exclude": [
67+
"/tests",
68+
"/phpunit.xml.dist"
69+
]
6470
}
6571
}

0 commit comments

Comments
 (0)