Merge pull request #4074 from driesvints/patch-1

[5.3] Sort Composer packages by default
This commit is contained in:
Taylor Otwell 2016-12-17 09:49:51 -06:00 committed by GitHub
commit 83b76a7f8b
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
]
},
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"sort-packages": true
}
}