🎨 Sort composer packages by name

This commit is contained in:
Daniel Kesselberg 2018-08-13 23:01:42 +02:00
parent 587bd8d082
commit cc9c1d7842

View File

@ -77,11 +77,12 @@
}
],
"config": {
"process-timeout": 1800,
"platform": {
"php": "5.6"
},
"process-timeout": 1800,
"vendor-dir": "protected/vendor"
"vendor-dir": "protected/vendor",
"sort-packages": true
},
"scripts": {
"post-create-project-cmd": [