Skip to content

Commit

Permalink
Change composer to allow Guzzle 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick McAndrew committed Jul 10, 2013
1 parent 1469129 commit e2c2c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ $client->getTaggedPosts($tag, $options = null);
tumblr.php is available
[on composer](https://packagist.org/packages/tumblr/tumblr)

* guzzle/guzzle 3.1.x
* guzzle/guzzle >=3.1.x,<4
* eher/oauth 1.0.x

If you're using composer (you should!) you can just run
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@

"require": {
"eher/oauth": "1.0.*",
"guzzle/guzzle": "3.1.*"
"guzzle/guzzle": ">=3.1.0,<4"
},

"require-dev": {
Expand Down

0 comments on commit e2c2c88

Please sign in to comment.