Skip to content

Commit

Permalink
Merge pull request #82 from xsolla/LIVETEAM-24938
Browse files Browse the repository at this point in the history
Added Laravel ^7.0 compatible, php 7.4.5, symfony/http-foundation 5.0…
  • Loading branch information
Bralva authored Jul 16, 2020
2 parents 534febc + 870360c commit f1f3692
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.0...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.1...master)

## [v4.1.0](https://github.com/vlepigeo/xsolla-sdk-php/compare/v4.0.2...v4.1.0) - 2019-11-29
## [v4.1.1](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.0...v4.1.1) - 2020-07-16
### Added
* Changed support version of PHP from 7.1.3 to 7.4.5
* Added support of symfony/http-foundation 5.0 version
* Added Laravel ^7.0 compatible

## [v4.1.0](https://github.com/xsolla/xsolla-sdk-php/compare/v4.0.2...v4.1.0) - 2019-11-29
### Added
* Changed support version of PHP from >=7.1.3 <7.3 to >=7.1.3 <=7.3

## [v4.0.2](https://github.com/vlepigeo/xsolla-sdk-php/compare/v4.0.1...v4.0.2) - 2018-12-04
## [v4.0.2](https://github.com/xsolla/xsolla-sdk-php/compare/v4.0.1...v4.0.2) - 2018-12-04
### Added
* [Afs reject](https://developers.xsolla.com/api/v1/getting-started/#api_webhooks_afs_reject) webhook method.
* [User attributes](https://developers.xsolla.com/api/v1/getting-started/#api_payment_ui_get_token_user_attributes) for token request.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0",
"symfony/http-foundation": "~2.3 || ~3.0 || ~4.0 || ~4.0 || ~5.0"
"symfony/http-foundation": "~2.3 || ~3.0 || ~4.0 || ~5.0"
},
"require-dev": {
"phpunit/phpunit": "~7.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Version
{
const VERSION = 'v4.1.0';
const VERSION = 'v4.1.1';

/**
* @throws XsollaException
Expand Down

0 comments on commit f1f3692

Please sign in to comment.