Skip to content

Commit

Permalink
Define an archive.exclude section of the composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Dec 18, 2023
1 parent 1f34bed commit adb4081
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 adb4081

Please sign in to comment.