🎨 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": { "config": {
"process-timeout": 1800,
"platform": { "platform": {
"php": "5.6" "php": "5.6"
}, },
"process-timeout": 1800, "vendor-dir": "protected/vendor",
"vendor-dir": "protected/vendor" "sort-packages": true
}, },
"scripts": { "scripts": {
"post-create-project-cmd": [ "post-create-project-cmd": [