Skip to content

Commit 379678d

Browse files
authored
Merge pull request #12 from php-http/dev-discovery10
Using discovery 1.0
2 parents 97740ca + 220417a commit 379678d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^5.5|^7.0",
14+
"php": "^5.5 || ^7.0",
1515
"php-http/httplug": "^1.0",
1616
"php-http/client-common": "^1.0",
17-
"php-http/discovery": "^0.9",
17+
"php-http/discovery": "^1.0",
1818
"php-http/message-factory": "^1.0"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)