Skip to content

Commit

Permalink
Less strict dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Feb 13, 2015
1 parent b243b65 commit 319f954
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.12.1

* Set a simpler dependency for Guzzle (hopefully solving some dependencies problems)

# 2.12.0

* [BC] Set default Stripe API to "2015-02-10" version
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.4",
"guzzle/guzzle": ">=3.6,<=3.9"
"guzzle/guzzle": "~3.6"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
Expand Down

0 comments on commit 319f954

Please sign in to comment.