From 712b6700058bd3ef7390afc1fa403738de194581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20=C3=96zg=C3=BCn=20Turan?= Date: Thu, 22 Mar 2018 17:08:26 +0100 Subject: [PATCH] Adjusted composer.json to include github link --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9816a88..7212e02 100644 --- a/composer.json +++ b/composer.json @@ -28,5 +28,11 @@ }, "scripts": { "test": "phpunit" - } + }, + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/DaDeather/amazonalexaservice" + } + ] }