Skip to content

Commit 51726c5

Browse files
committed
Enhancement: Keep packages sorted in composer.json
1 parent 1ddc137 commit 51726c5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
"psr-4": { "Clue\\React\\Stdio\\": "src/" }
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
27+
"clue/arguments": "^2.0",
2828
"clue/commander": "^1.2",
29-
"clue/arguments": "^2.0"
29+
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
30+
},
31+
"config": {
32+
"sort-packages": true
3033
}
3134
}

0 commit comments

Comments
 (0)