From 9fcfbf1ad0a99c0b95c421093c1bff4787734656 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Sat, 6 Jun 2015 20:16:23 +0200 Subject: [PATCH] Adding repositories key --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index 29888fb..5e9d4f8 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,12 @@ "phpunit/phpunit": "~4.0", "orchestra/testbench": "~3.0" }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/nWidart/modules" + } + ], "autoload-dev": { "psr-4": { "Modules\\Setting\\": ".",