From e48d7f6b83c5f5581e71d27ffab46b4d754657d4 Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzapica Date: Tue, 23 Feb 2016 18:11:49 +0100 Subject: [PATCH] Update GH urls in composer.json [ci skip] --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9662000..5528029 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "brain/cortex", "description": "Cortex is a package that implements a routing system in WordPress.", "keywords": ["wordpress"], - "homepage": "https://github.com/Giuseppe-Mazzapica/Cortex", + "homepage": "https://github.com/Brain-WP/Cortex", "license": "GPL-2.0+", "authors": [ { @@ -13,8 +13,8 @@ } ], "support": { - "issues": "https://github.com/Giuseppe-Mazzapica/Cortex/issues", - "source": "https://github.com/Giuseppe-Mazzapica/Cortex" + "issues": "https://github.com/Brain-WP/Cortex/issues", + "source": "https://github.com/Brain-WP/Cortex" }, "require": { "php": ">=5.4",