Skip to content

Commit

Permalink
Allow to use guzzlehttp/psr7:^2 (#189) (#192)
Browse files Browse the repository at this point in the history
* Allow to use guzzlehttp/psr7:^2 (#189)

Co-authored-by: Thomas Young <[email protected]>
Co-authored-by: Andrew Zhdanovskih <[email protected]>
  • Loading branch information
3 people authored Jul 22, 2022
1 parent fe74a1e commit 24a275e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based now on [Keep a
Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.2.4]
### Added
- Allow to use guzzlehttp/psr7:^2.

## [3.2.3]
### Added another input date format
- Added a `Y-m-d\TH:i:s\Z` input date format additionally to the `Y-m-d\TH:i:s.u\Z`.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5||^7",
"guzzlehttp/psr7": "^1.6",
"guzzlehttp/psr7": "^1.6||^2",
"symfony/polyfill-uuid": "^1.17"
},
"require-dev": {
Expand Down

0 comments on commit 24a275e

Please sign in to comment.