From a9261b25421af1f11233040a8f66941765eed2bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20MacDomhnall?= Date: Wed, 9 Sep 2015 16:49:24 +0100 Subject: [PATCH] composer.json updated for Realex Payments packagist account. --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 10ad1ec..da266fb 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,19 @@ { - "name": "vicpada/rxp-hpp-php", + "name": "realexpayments/rxp-hpp-php", "type": "library", - "description": "SDK to send requests and parse responses from Realex using HPP", + "description": "SDK to send requests and parse responses from Realex Payments using HPP", "keywords": [ "realex", "payments", "HPP" ], "authors": [ + { + "name": "Realex Payments", + "homepage": "https://www.realexpayments.com/" + } { "name": "Victor Palomares", - "email": "victor.palomares@softwaredesign.ie", "homepage": "http://www.softwaredesign.ie", "role": "Developer" }