Skip to content

Commit d4b85cd

Browse files
authored
Merge pull request #75 from localheinz/feature/sort-packages
Enhancement: Keep packages sorted in composer.json
2 parents 52bb083 + 51726c5 commit d4b85cd

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)