From 3f4e445b718946883540f6a1319fd98afe4c7ec0 Mon Sep 17 00:00:00 2001 From: Jan Pingel Date: Tue, 1 May 2018 01:04:41 -0700 Subject: [PATCH] Update composer.json Change vendor from strikewood to bitpiston --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 58125d0..5e7ffa0 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "strikewood/omnipay-first-atlantic-commerce", + "name": "bitpiston/omnipay-first-atlantic-commerce", "description": "First Atlantic Commerce driver for the Omnipay PHP payment processing library", "keywords": [ "first atlantic commerce", @@ -8,12 +8,12 @@ "omnipay", "gateway" ], - "homepage": "https://github.com/strikewood/omnipay-first-atlantic-commerce", + "homepage": "https://github.com/bitpiston/omnipay-first-atlantic-commerce", "license": "MIT", "authors": [ { "name": "Jan Pingel", - "email": "jan@strikewood.com" + "email": "jpingel@bitpiston.com" } ], "require": {