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.
1 parent 3ca557b commit c346f54Copy full SHA for c346f54
composer.json
@@ -16,10 +16,10 @@
16
"php-http/message-factory": "^1.0",
17
"php-http/promise": "^0.1.1",
18
"php-http/client-common": "^0.1.1",
19
+ "php-http/message": "^0.1.1",
20
"symfony/options-resolver": "^2.6|^3.0"
21
},
22
"require-dev": {
- "php-http/message": "^0.1.1",
23
"php-http/cookie": "^0.1@dev",
24
"symfony/stopwatch": "^2.3",
25
"psr/log": "^1.0",
@@ -38,7 +38,6 @@
38
}
39
40
"suggest": {
41
- "php-http/message": "Allow to use Authentication and Encoding plugins",
42
"php-http/cookie": "Allow to use CookiePlugin",
43
"symfony/stopwatch": "Allow to use the StopwatchPlugin",
44
"psr/log-implementation": "Allow to use the LoggerPlugin",
0 commit comments