Skip to content

Commit

Permalink
Merge pull request #177 from dxw/chore/guzzle-minimum-6.5.8
Browse files Browse the repository at this point in the history
Chore/guzzle minimum 6.5.8
  • Loading branch information
RobjS authored Jun 29, 2022
2 parents 8c90cfc + 9c780c8 commit 0239c42
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 51 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.4] - 2022-06-29
### Changed
- Require 6.5.8 as minimum version of `guzzlehttp/guzzle` in `composer.json` as well as `composer.lock`

## [2.2.3] - 2022-06-28
### Changed
- Update `guzzlehttp/guzzle` to patch authorization vulnerabilities in versions < 6.5.8.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"aura/autoload": "^2.0",
"nikita2206/result": "^0.2.0",
"kevinlebrun/colors.php": "^1.0",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^6.5.8"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
Expand Down
100 changes: 50 additions & 50 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified vendor.phar
Binary file not shown.

0 comments on commit 0239c42

Please sign in to comment.