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 51477fa commit 022527e
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 @@ -34,7 +34,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 022527e

Please sign in to comment.