Skip to content

Commit

Permalink
Exclude from composer vendor bundle /tests and /phpunit.xml.dist
Browse files Browse the repository at this point in the history
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 <williamdes@wdes.fr>
  • Loading branch information
williamdes committed Jul 22, 2022
1 parent f804078 commit a201314
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,11 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
},
"archive": {
"exclude": [
"/tests",
"/phpunit.xml.dist"
]
}
}

0 comments on commit a201314

Please sign in to comment.