Skip to content

Commit

Permalink
Merge pull request #15 from stevegrunwell/trim-composer-archive
Browse files Browse the repository at this point in the history
Define an archive.exclude section of the composer.json file
  • Loading branch information
stevegrunwell authored Dec 18, 2023
2 parents 1f34bed + adb4081 commit 651e37b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,12 @@
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"archive": {
"exclude": [
".*",
"phpunit.xml.dist",
"tests"
]
}
}

0 comments on commit 651e37b

Please sign in to comment.