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 94fdaf7 commit 5b2eca5Copy full SHA for 5b2eca5
composer.json
@@ -9,19 +9,18 @@
9
}
10
],
11
"require": {
12
- "php": "^5.5|^7.0",
13
- "symfony/options-resolver": "^2.6|^3.0",
+ "php": "^5.5 || ^7.0",
+ "symfony/options-resolver": "^2.6 || ^3.0",
14
"php-http/httplug": "^1.0",
15
"php-http/message-factory": "^1.0.2",
16
- "php-http/discovery": "^0.9"
+ "php-http/discovery": "^1.0"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^4.8",
20
"guzzlehttp/psr7": "^1.2",
21
"php-http/adapter-integration-tests": "~0.3.1",
22
"php-http/message": "^1.0",
23
- "php-http/client-common": "^1.0",
24
- "puli/composer-plugin": "1.0.0-beta9"
+ "php-http/client-common": "^1.0"
25
26
"provide": {
27
"php-http/client-implementation": "1.0"
0 commit comments