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:
parent
d1ba0c3d0d
commit
483c9678c6
|
@ -45,6 +45,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"preferred-install": "dist"
|
"preferred-install": "dist",
|
||||||
|
"sort-packages": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue