Skip to content

Commit

Permalink
Merge pull request #105 from xsolla/PAYMENTS-19117_increase_guzzle_ve…
Browse files Browse the repository at this point in the history
…rsion

PAYMENTS-19117 add support guzzlehttp 7 version
  • Loading branch information
AKlimenkoXsolla authored May 23, 2024
2 parents 3e1bbad + 1322434 commit 6bea126
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.2.0...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.3.2...master)

## [v4.3.1](https://github.com/xsolla/xsolla-sdk-php/compare/v4.3.0...v4.3.1) - 2024-26-04
## [v4.3.2](https://github.com/xsolla/xsolla-sdk-php/compare/v4.3.0...v4.3.1) - 2024-26-04
### Fixed
* Documentation fixes and new instruction for contributing
* Increase guzzle support version and symfony/http

## [v4.3.1](https://github.com/xsolla/xsolla-sdk-php/compare/v4.3.0...v4.3.1) - 2024-30-01
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"php": "^7.3|~8.0",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0",
"symfony/http-foundation": "~2.3 || ~3.0 || ~4.0 || ~5.0 || ~6.0.0"
"guzzlehttp/guzzle": "~6.0 || ~7.0",
"symfony/http-foundation": "~2.3 || ~3.0 || ~4.0 || ~5.0 || ~6.0.0 || ~7.0"
},
"require-dev": {
"php": "^7.3|~8.0",
Expand Down

0 comments on commit 6bea126

Please sign in to comment.