From 4c69ee02c29713dc293b3093b11f564be40a8f4b Mon Sep 17 00:00:00 2001 From: Leith Caldwell Date: Wed, 3 Aug 2016 08:48:57 +1200 Subject: [PATCH] Update authors, README --- README.md | 2 +- composer.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e28bdc2..5188a25 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ to your `composer.json` file: ```json { "require": { - "burnbright/omnipay-paystation": "~1.0" + "burnbright/omnipay-paystation": "~2.0" } } ``` diff --git a/composer.json b/composer.json index 2930361..fe8cee4 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,11 @@ "name": "Jeremy Shipman", "email": "jeremy@burnbright.net", "homepage": "http://jeremyshipman.com" + }, + { + "name": "Leith Caldwell", + "email": "leith@codedruids.com", + "homepage": "http://codedruids.com" } ], "autoload": {