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 d33183e commit 0b4e222Copy full SHA for 0b4e222
composer.json
@@ -10,16 +10,16 @@
10
],
11
"require": {
12
"php": "^7.1",
13
- "nyholm/psr7": "^1.0",
+ "nyholm/psr7": "^1.3",
14
"php-http/httplug": "^2.0",
15
"psr/http-client": "^1.0",
16
- "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0"
+ "symfony/options-resolver": "^2.6 || ^3.4 || ^4.4 || ^5.0"
17
},
18
"require-dev": {
19
"friendsofphp/php-cs-fixer": "^2.2",
20
"php-http/client-integration-tests": "^3.0",
21
- "php-http/message": "^1.0",
22
- "php-http/client-common": "^2.0"
+ "php-http/message": "^1.9",
+ "php-http/client-common": "^2.3"
23
24
"provide": {
25
"php-http/client-implementation": "1.0",
0 commit comments