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" + } + ] }