Skip to content

Commit

Permalink
Merge pull request #10 from RichardCardGate/master
Browse files Browse the repository at this point in the history
Compatibility: PHP 8.
  • Loading branch information
cardgate authored Sep 13, 2021
2 parents 383c92e + 403f2c7 commit 8c5afe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cardgate/cardgate-clientlib-php",
"description": "CardGate API client library for PHP",
"homepage": "https://github.com/cardgate/cardgate-clientlib-php",
"version": "1.1.15",
"version": "1.1.16",
"license": "MIT",
"authors": [
{
Expand All @@ -19,7 +19,7 @@
"afterpay", "bitcoin", "directdebit"
],
"require" : {
"php": "~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"php": "~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0",
"ext-json": "*"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ final class Client {
/**
* Client version.
*/
const CLIENT_VERSION = "1.1.15";
const CLIENT_VERSION = "1.1.16";

/**
* Url to use for production.
Expand Down

0 comments on commit 8c5afe1

Please sign in to comment.