From 1e77aadf982f160d851730643e11bbf3418558a1 Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 27 Nov 2019 12:03:36 -0600 Subject: [PATCH] Update the composer.json so that we can release an alternate package. --- composer.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index b24d306..c0cbfee 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "continuousphp/phing-drush-task", - "homepage": "https://github.com/continuousphp/phing-drush-task", + "name": "palantirnet/phing-drush-task", + "homepage": "https://github.com/palantirnet/phing-drush-task", "description": "Drush task for Phing", "type": "library", "license": "GPL-2.0+", @@ -12,6 +12,10 @@ { "name": "Pierre Buyle", "email": "pierre@buyle.org" + }, + { + "name": "Bec White", + "email": "white@palantir.net" } ], "require": {