Skip to content

Commit 83b76a7

Browse files
authored
Merge pull request laravel#4074 from driesvints/patch-1
[5.3] Sort Composer packages by default
2 parents d1ba0c3 + 483c967 commit 83b76a7

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)