Skip to content

Commit

Permalink
Merge pull request #84 from nanaya/proper-7.4
Browse files Browse the repository at this point in the history
Allow all php 7.4 versions
  • Loading branch information
s-kachulin authored Oct 9, 2020
2 parents 8d3f4d7 + 88ab367 commit 3e05105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 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.1...master)
* Changed support version of PHP from 7.1.3 to 7.4.x

## [v4.1.1](https://github.com/xsolla/xsolla-sdk-php/compare/v4.1.0...v4.1.1) - 2020-07-16
### 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.4.5
* PHP >=7.1.3 <7.5.0
* 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.4.5",
"php": ">=7.1.3 <7.5.0",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0",
Expand Down

0 comments on commit 3e05105

Please sign in to comment.