Skip to content

Commit

Permalink
Merge pull request #12 from php-http/dev-discovery10
Browse files Browse the repository at this point in the history
Using discovery 1.0
Nyholm authored Jul 18, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 97740ca + 220417a commit 379678d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -11,10 +11,10 @@
}
],
"require": {
"php": "^5.5|^7.0",
"php": "^5.5 || ^7.0",
"php-http/httplug": "^1.0",
"php-http/client-common": "^1.0",
"php-http/discovery": "^0.9",
"php-http/discovery": "^1.0",
"php-http/message-factory": "^1.0"
},
"require-dev": {

0 comments on commit 379678d

Please sign in to comment.