Skip to content

Commit

Permalink
Merge pull request #5 from RichardCardGate/master
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
cardgate authored Oct 21, 2019
2 parents 838debc + 6130996 commit ad5a5fc
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.11",
"version": "1.1.12",
"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"
"php": "~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0"
},
"autoload": {
"psr-4": {
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.10";
const CLIENT_VERSION = "1.1.12";

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

0 comments on commit ad5a5fc

Please sign in to comment.