composer.json: sort packages automatically

This commit is contained in:
Dylan K. Taylor
2021-01-09 17:38:22 +00:00
parent da71540fce
commit 0d8858f948
2 changed files with 30 additions and 1 deletions

View File

@ -60,7 +60,8 @@
"config": {
"platform": {
"php": "7.3.0"
}
},
"sort-packages": true
},
"scripts": {
"make-devtools": "@php -dphar.readonly=0 tests/plugins/DevTools/src/DevTools/ConsoleScript.php --make tests/plugins/DevTools --out plugins/DevTools.phar",