Sort Composer packages by default

It's much easier to search for packages in the composer.json file when they're sorted by default.
This commit is contained in:
Dries Vints 2016-12-17 15:25:24 +01:00 committed by GitHub
parent d1ba0c3d0d
commit 483c9678c6

View File

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