Skip to content

Commit 270680d

Browse files
committed
Sort composer dev requirements alphabetically
1 parent 4376afe commit 270680d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"jakub-onderka/php-parallel-lint": "^1.0",
2323
"phpunit/phpunit": "^5.7",
2424
"roave/security-advisories": "dev-master",
25-
"squizlabs/php_codesniffer": "^3.4",
26-
"sensiolabs/security-checker": "^5.0"
25+
"sensiolabs/security-checker": "^5.0",
26+
"squizlabs/php_codesniffer": "^3.4"
2727
},
2828
"autoload" : {
2929
"psr-4" : {

0 commit comments

Comments
 (0)