Skip to content

Commit

Permalink
Exclude tests from the composer archive
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 7, 2022
1 parent 7b9016a commit 4e987ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
/.gitignore export-ignore
/.github export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/CHANGELOG.md export-ignore
/Dockerfile export-ignore
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@
"allow-plugins": {
"ocramius/package-versions": true
}
},
"archive": {
"exclude": [
"/test",
"/phpunit.xml.dist"
]
}
}

0 comments on commit 4e987ba

Please sign in to comment.