Skip to content

Commit

Permalink
add composer config sort-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Aug 20, 2020
1 parent bc5570d commit b66e2c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"config": {
"bin-dir": ".build/bin",
"vendor-dir": ".build/vendor"
"vendor-dir": ".build/vendor",
"sort-packages": true
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit b66e2c4

Please sign in to comment.