Skip to content

Commit

Permalink
Merge pull request #78 from gmponos/allow-guzzle-7
Browse files Browse the repository at this point in the history
Allow guzzle 7
  • Loading branch information
gmponos authored Jun 30, 2020
2 parents 23e39c6 + 3120d71 commit 264488b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.4.0 - 2020-06-30

### Changed
- Allow guzzle v7

## 0.3.0 - 2015-08-15

* Updated to work with Guzzle 6 as a middleware.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
Expand Down

0 comments on commit 264488b

Please sign in to comment.