Skip to content

Commit

Permalink
Merge pull request #75 from xsolla/PAYMENTS-4030_Increase_PHP_version
Browse files Browse the repository at this point in the history
PAYMENTS-4030
  • Loading branch information
NasyrovYuri authored Dec 2, 2019
2 parents 3b6ec62 + 433575f commit 17a999d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.0.2...master)
## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.0...master)

## [v4.1.0](https://github.com/vlepigeo/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
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ An official PHP SDK for interacting with [Xsolla API](https://developers.xsolla.

## Requirements

* PHP >=7.1.3 <7.3
* PHP >=7.1.3 <=7.3
* The following PHP extensions are required:
* curl
* json
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 @@
"source": "https://github.com/xsolla/xsolla-sdk-php/releases"
},
"require": {
"php": ">=7.1.3 <7.3",
"php": ">=7.1.3 <=7.3",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0",
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.0.2';
const VERSION = 'v4.1.0';

/**
* @throws XsollaException
Expand Down

0 comments on commit 17a999d

Please sign in to comment.