Skip to content

Commit

Permalink
Upgrading Guzzle to v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
schaitanya committed Nov 15, 2016
1 parent cddaa23 commit 62a5b53
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
@@ -1,6 +1,6 @@
{
"name": "kickbox/kickbox",
"version": "2.0.0",
"version": "2.1.0",
"description": "Official kickbox API library client for PHP",
"homepage": "http://kickbox.io",
"authors": [
Expand All @@ -18,7 +18,7 @@
},
"require": {
"ext-json": "*",
"guzzle/guzzle": "3.8.*"
"guzzle/guzzle": "3.9.*"
},
"support": {
"issues": "https://github.com/kickboxio/kickbox-php/issues"
Expand Down

0 comments on commit 62a5b53

Please sign in to comment.