Skip to content

Commit

Permalink
Upgrade GuzzleHttp Version (#20)
Browse files Browse the repository at this point in the history
* Upgrade GuzzleHttp Version

* Upgrade GuzzleHttp Version
  • Loading branch information
ahoshaiyan authored Dec 28, 2020
1 parent 5355b8f commit 8bf9459
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 138 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
* Nothing New

## [1.0.2] - 2020-12-28

Upgraded GuzzleHttp version in composer.json

## [1.0.0] - 2020-04-06

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
],
"require": {
"guzzlehttp/guzzle": "^6.3.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"ext-json": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 8bf9459

Please sign in to comment.