Skip to content

Commit 8bf9459

Browse files
authored
Upgrade GuzzleHttp Version (#20)
* Upgrade GuzzleHttp Version * Upgrade GuzzleHttp Version
1 parent 5355b8f commit 8bf9459

File tree

4 files changed

+402
-138
lines changed

4 files changed

+402
-138
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
* Nothing New
99

10+
## [1.0.2] - 2020-12-28
11+
12+
Upgraded GuzzleHttp version in composer.json
1013

1114
## [1.0.0] - 2020-04-06
1215

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
],
4242
"require": {
43-
"guzzlehttp/guzzle": "^6.3.0",
43+
"guzzlehttp/guzzle": "^6.3|^7.0",
4444
"ext-json": "*"
4545
},
4646
"require-dev": {

0 commit comments

Comments
 (0)