Browse Source

Sort Composer packages by default

It's much easier to search for packages in the composer.json file when they're sorted by default.
Dries Vints 7 years ago
parent
commit
483c9678c6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -45,6 +45,7 @@
         ]
     },
     "config": {
-        "preferred-install": "dist"
+        "preferred-install": "dist",
+        "sort-packages": true
     }
 }