Skip to content

Commit 5b2eca5

Browse files
committed
Using discovery 1.0
1 parent 94fdaf7 commit 5b2eca5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@
99
}
1010
],
1111
"require": {
12-
"php": "^5.5|^7.0",
13-
"symfony/options-resolver": "^2.6|^3.0",
12+
"php": "^5.5 || ^7.0",
13+
"symfony/options-resolver": "^2.6 || ^3.0",
1414
"php-http/httplug": "^1.0",
1515
"php-http/message-factory": "^1.0.2",
16-
"php-http/discovery": "^0.9"
16+
"php-http/discovery": "^1.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^4.8",
2020
"guzzlehttp/psr7": "^1.2",
2121
"php-http/adapter-integration-tests": "~0.3.1",
2222
"php-http/message": "^1.0",
23-
"php-http/client-common": "^1.0",
24-
"puli/composer-plugin": "1.0.0-beta9"
23+
"php-http/client-common": "^1.0"
2524
},
2625
"provide": {
2726
"php-http/client-implementation": "1.0"

0 commit comments

Comments
 (0)