Skip to content

Commit

Permalink
support guzzle 4, 5 and/or 6
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfaassen committed Aug 7, 2016
1 parent e8fa435 commit e0c63bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle": "^4.0|^5.0|^6.0",
"guzzlehttp/streams": "~3.0"
},
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e0c63bb

Please sign in to comment.