Skip to content

Commit

Permalink
Add composer archive exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Oct 31, 2019
1 parent bf702a8 commit a53e1fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true
"prefer-stable": true,
"archive": {
"exclude": [
"/.github",
"/tests"
]
}
}

0 comments on commit a53e1fa

Please # to comment.