Skip to content

Commit 06b12c4

Browse files
authored
Merge pull request #97 from localheinz/fix/sort-packages
Fix: Keep packages sorted
2 parents 215eda7 + b2d02ea commit 06b12c4

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
@@ -14,15 +14,15 @@
1414
}
1515
],
1616
"require": {
17-
"monolog/monolog": "^1.6",
1817
"php": ">=5.5",
18+
"monolog/monolog": "^1.6",
1919
"psr/log": "^1.0"
2020
},
2121
"require-dev": {
2222
"guzzlehttp/guzzle": "^6.2.1",
2323
"kevinrob/guzzle-cache-middleware": "^1.4.1",
24-
"phpunit/phpunit": ">=4.8.26 <5.4",
2524
"phpdocumentor/phpdocumentor": "^2.0",
25+
"phpunit/phpunit": ">=4.8.26 <5.4",
2626
"predis/predis": "^1.0",
2727
"zendframework/zend-serializer": "^2.7"
2828
},
@@ -40,5 +40,8 @@
4040
"psr-4": {
4141
"": "tests/"
4242
}
43+
},
44+
"config": {
45+
"sort-packages": true
4346
}
4447
}

0 commit comments

Comments
 (0)