Skip to content

Commit 264488b

Browse files
authored
Merge pull request #78 from gmponos/allow-guzzle-7
Allow guzzle 7
2 parents 23e39c6 + 3120d71 commit 264488b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.4.0 - 2020-06-30
4+
5+
### Changed
6+
- Allow guzzle v7
7+
38
## 0.3.0 - 2015-08-15
49

510
* Updated to work with Guzzle 6 as a middleware.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.5.0",
16-
"guzzlehttp/guzzle": "~6.0"
16+
"guzzlehttp/guzzle": "^6.0|^7.0"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~4.0"

0 commit comments

Comments
 (0)