Commit 483c9678 authored by Dries Vints's avatar Dries Vints Committed by GitHub

Sort Composer packages by default

It's much easier to search for packages in the composer.json file when they're sorted by default.
parent d1ba0c3d
......@@ -45,6 +45,7 @@
]
},
"config": {
"preferred-install": "dist"
"preferred-install": "dist",
"sort-packages": true
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment