Skip to content

Commit 483c967

Browse files
authored
Sort Composer packages by default
It's much easier to search for packages in the composer.json file when they're sorted by default.
1 parent d1ba0c3 commit 483c967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
]
4646
},
4747
"config": {
48-
"preferred-install": "dist"
48+
"preferred-install": "dist",
49+
"sort-packages": true
4950
}
5051
}

0 commit comments

Comments
 (0)