From 5fcf192b9fafe6518613a253ddda0124ab00338f Mon Sep 17 00:00:00 2001 From: Shea Dawson Date: Wed, 14 Jan 2015 11:28:47 +1100 Subject: [PATCH] Update composer.json to reflect transfer to ssau --- composer.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 5e0e56d..c75f3fc 100644 --- a/composer.json +++ b/composer.json @@ -1,24 +1,15 @@ { - "name": "sheadawson/silverstripe-multisites", + "name": "silverstripe-australia/silverstripe-multisites", "description": "Allows for multiple websites to be managed through a single site tree.", "type": "silverstripe-module", "keywords": ["silverstripe", "multisites", "subsites"], - "homepage": "http://github.com/sheadawson/silverstripe-multisites", + "homepage": "http://github.com/silverstripe-australia/silverstripe-multisites", "authors": [ - { - "name": "Andrew Short", - "email": "andrew@silverstripe.com.au" - }, - { - "name": "Shea Dawson", - "email": "shea@silverstripe.com.au" - }, { "name": "Marcus Nyeholt", "email": "marcus@silverstripe.com.au" } ], - "require": { "composer/installers": "*", @@ -28,5 +19,8 @@ }, "extra": { "installer-name": "multisites" + }, + "replace": { + "sheadawson/silverstripe-multisites": "self.version" } -} \ No newline at end of file +}