Skip to content

Commit 9662f88

Browse files
committed
Enhancement: Keep packages sorted in composer.json
1 parent 0bb97a5 commit 9662f88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,8 @@
3535
}
3636
},
3737
"minimum-stability": "dev",
38-
"prefer-stable": true
38+
"prefer-stable": true,
39+
"config": {
40+
"sort-packages": true
41+
}
3942
}

0 commit comments

Comments
 (0)