Skip to content

Commit ff58c42

Browse files
authored
Merge pull request #39 from localheinz/feature/sort-packages
Enhancement: Keep packages sorted in composer.json
2 parents d364c4a + 2c248ff commit ff58c42

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

composer.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
],
1313
"require": {
1414
"php": "^5.5 || ^7.0",
15-
"php-http/httplug": "^1.0 || ^2.0",
1615
"php-http/client-common": "^1.9 || ^2.0",
1716
"php-http/discovery": "^1.0",
17+
"php-http/httplug": "^1.0 || ^2.0",
1818
"php-http/message-factory": "^1.0"
1919
},
2020
"require-dev": {
21-
"phpspec/phpspec": "^2.4",
22-
"henrikbjorn/phpspec-code-coverage" : "^1.0"
21+
"henrikbjorn/phpspec-code-coverage" : "^1.0",
22+
"phpspec/phpspec": "^2.4"
2323
},
2424
"provide": {
2525
"php-http/async-client-implementation": "1.0",
@@ -40,5 +40,8 @@
4040
}
4141
},
4242
"prefer-stable": true,
43-
"minimum-stability": "dev"
43+
"minimum-stability": "dev",
44+
"config": {
45+
"sort-packages": true
46+
}
4447
}

0 commit comments

Comments
 (0)