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.
1 parent 261a674 commit 7a42976Copy full SHA for 7a42976
CHANGELOG.md
@@ -17,6 +17,8 @@ HandlerInterface::log(
17
)
18
```
19
20
+- Allow guzzle 7
21
+
22
## 1.1.0 - 2019-09-03
23
24
### Added
composer.json
@@ -26,9 +26,9 @@
26
}
27
},
28
"require": {
29
- "php": ">=7.2",
+ "php": "^7.2",
30
"ext-json": "*",
31
- "guzzlehttp/guzzle": "^6.1",
+ "guzzlehttp/guzzle": "^6.1 || ^7.0.1",
32
"psr/log": "^1.1"
33
34
"require-dev": {
@@ -48,7 +48,7 @@
48
49
"extra": {
50
"branch-alias": {
51
- "dev-master": "1.0-dev"
+ "dev-master": "2.0-dev"
52
53
54
"minimum-stability": "stable",
0 commit comments