Skip to content

Commit

Permalink
Merge pull request #71 from 5pm-HDH/fix/70/security-fix
Browse files Browse the repository at this point in the history
fix(guzzle-dependencie): change version to major #70
  • Loading branch information
DumbergerL authored Jun 3, 2022
2 parents 28589d9 + e98ec03 commit 3ac1deb
Show file tree
Hide file tree
Showing 5 changed files with 548 additions and 395 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

### Fixed

- Cross-domain cookie leakage in Guzzle - [SecurityFix](https://github.com/5pm-HDH/churchtools-api/pull/71)
## [1.3.2] - 2022-02-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
},
"require": {
"guzzlehttp/guzzle": "7.3.*",
"guzzlehttp/guzzle": "^7",
"php": ">=8.0",
"monolog/monolog": "^2.2",
"doctrine/cache": "^1.11"
Expand Down
Loading

0 comments on commit 3ac1deb

Please sign in to comment.