Skip to content

Commit

Permalink
Exclude the bin folder from archive
Browse files Browse the repository at this point in the history
This makes sure that the Cosul binaries used for testing are not
distributed in the Composer package.
  • Loading branch information
jsol committed Apr 9, 2019
1 parent 8150dbf commit caf8075
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Expand Up @@ -23,6 +23,9 @@
"dev-master": "2.0-dev"
}
},
"archive": {
"exclude": ["bin/"]
},
"require-dev": {
"symfony/process": "~2.5",
"symfony/filesystem": "~2.5",
Expand Down

0 comments on commit caf8075

Please sign in to comment.