Skip to content

Commit 9662f88

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
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)