We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23e39c6 + 3120d71 commit 264488bCopy full SHA for 264488b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 0.4.0 - 2020-06-30
4
+
5
+### Changed
6
+- Allow guzzle v7
7
8
## 0.3.0 - 2015-08-15
9
10
* Updated to work with Guzzle 6 as a middleware.
composer.json
@@ -13,7 +13,7 @@
13
],
14
"require": {
15
"php": ">=5.5.0",
16
- "guzzlehttp/guzzle": "~6.0"
+ "guzzlehttp/guzzle": "^6.0|^7.0"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "~4.0"
0 commit comments