Skip to content

Commit

Permalink
Raise minimum version of Guzzle to address CVE-2022-31042
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jun 13, 2022
1 parent fd10454 commit 0be853e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# CHANGELOG

## Unreleased

* Raised minimum version of Guzzle to address [CVE-2022-31042](https://github.com/advisories/GHSA-f2wf-25xc-69c9)

## 1.3.0 - 2022-05-26

* Dropped support for PHP <7.4
* Raised minimum versions of Guzzle to fix [CVE-2022-29248](https://github.com/advisories/GHSA-cwmx-hcrq-mhc3)
* Raised minimum version of Guzzle to address [CVE-2022-29248](https://github.com/advisories/GHSA-cwmx-hcrq-mhc3)

## 1.2.0 - 2021-05-26

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^6.5.6|^7.4.3",
"guzzlehttp/guzzle": "^6.5.6|^7.4.4",
"psr/http-message": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 0be853e

Please sign in to comment.