From a1732b8d1b5aab832f0ae2dd37b492a67281eef0 Mon Sep 17 00:00:00 2001 From: Abel Date: Tue, 19 Jul 2016 16:46:33 +0200 Subject: [PATCH] Made changes to Composer file to properly use the Github Branch. Also removed composer setting since it is no longer an option. --- application/Config/config.core.php | 1 - composer.json | 6 ------ 2 files changed, 7 deletions(-) diff --git a/application/Config/config.core.php b/application/Config/config.core.php index 04f3973..0a58795 100644 --- a/application/Config/config.core.php +++ b/application/Config/config.core.php @@ -31,7 +31,6 @@ */ return array( - 'enable_composer' => true, 'enable_modules' => true, 'enable_events' => true, 'composer_autoloader' => '', diff --git a/composer.json b/composer.json index 6437ccc..a251381 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,6 @@ "homepage": "https://techfuze.net/fuzeworks/contributors" } ], - "repositories": [ - { - "type": "vcs", - "url": "http://10.0.0.32/fuzeworks/core.git" - } - ], "require": { "php": ">=5.6.0", "fuzeworks/core": "dev-master",