We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d364c4a + 2c248ff commit ff58c42Copy full SHA for ff58c42
composer.json
@@ -12,14 +12,14 @@
12
],
13
"require": {
14
"php": "^5.5 || ^7.0",
15
- "php-http/httplug": "^1.0 || ^2.0",
16
"php-http/client-common": "^1.9 || ^2.0",
17
"php-http/discovery": "^1.0",
+ "php-http/httplug": "^1.0 || ^2.0",
18
"php-http/message-factory": "^1.0"
19
},
20
"require-dev": {
21
- "phpspec/phpspec": "^2.4",
22
- "henrikbjorn/phpspec-code-coverage" : "^1.0"
+ "henrikbjorn/phpspec-code-coverage" : "^1.0",
+ "phpspec/phpspec": "^2.4"
23
24
"provide": {
25
"php-http/async-client-implementation": "1.0",
@@ -40,5 +40,8 @@
40
}
41
42
"prefer-stable": true,
43
- "minimum-stability": "dev"
+ "minimum-stability": "dev",
44
+ "config": {
45
+ "sort-packages": true
46
+ }
47
0 commit comments