Skip to content

Commit

Permalink
Merge pull request #23 from ahoshaiyan/upgrade-guzzle-php
Browse files Browse the repository at this point in the history
Update guzzlehttp/psr7 to resolve CVE-2022-24775
  • Loading branch information
ahoshaiyan authored Mar 30, 2022
2 parents 7ffa2d4 + c2bf9eb commit 0a0f1cf
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 163 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
* Nothing New

## [1.1.1] - 2021-11-12

Update guzzlehttp/psr7 to resolve CVE-2022-24775.

## [1.1.0] - 2021-11-12

Add new payment source parameters and Apple Pay source.

## [1.0.2] - 2020-12-28

Upgraded GuzzleHttp version in composer.json
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"require": {
"php": "^7.2|^8.0",
"guzzlehttp/guzzle": "^6.3|^7.0",
"ext-json": "*"
"ext-json": "*",
"guzzlehttp/psr7": "^2.1.1"
},
"require-dev": {
"phpunit/phpunit": "^8.5.19|^9.5.8",
Expand Down
Loading

0 comments on commit 0a0f1cf

Please sign in to comment.