Skip to content

Commit a580b8b

Browse files
committed
minor #416 Sort new Composer packages automatically (bocharsky-bw)
This PR was merged into the master branch. Discussion ---------- Sort new Composer packages automatically Related to the symfony/symfony-standard#1036 However, I think it makes even more sense here since we have already sorted packages in composer.json. Commits ------- 749a394 Sort new Composer packages automatically
2 parents e9dc416 + 749a394 commit a580b8b

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
@@ -55,7 +55,8 @@
5555
"config": {
5656
"platform": {
5757
"php": "5.5.9"
58-
}
58+
},
59+
"sort-packages": true
5960
},
6061
"extra": {
6162
"symfony-app-dir": "app",

0 commit comments

Comments
 (0)