From 34d55200c5f13546560687ca0a1661f7a85e396c Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Mon, 7 Sep 2015 10:40:40 +1200 Subject: [PATCH] Update composer.json adjusting composer file to 'silverstripe-australia' --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 30b52ce..63f29c4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "silverstripe-australia/gridfieldextensions", "description": "A collection of useful grid field components", "type": "silverstripe-module", - "homepage": "http://github.com/ajshort/silverstripe-gridfieldextensions", + "homepage": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions", "keywords": ["silverstripe", "gridfield"], "license": "BSD-3-Clause", "authors": [ @@ -16,7 +16,7 @@ } ], "support": { - "issues": "http://github.com/ajshort/silverstripe-gridfieldextensions/issues" + "issues": "http://github.com/silverstripe-australia/silverstripe-gridfieldextensions/issues" }, "require": { "silverstripe/framework": "~3.1"