From 3a7fc4b567c2b82d8b6b13601c149f7399354485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 16 May 2018 09:43:22 +0200 Subject: [PATCH] Use github without api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- build/composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/composer.json b/build/composer.json index fd7e9fc73..ad3512ffb 100644 --- a/build/composer.json +++ b/build/composer.json @@ -2,8 +2,9 @@ "minimum-stability": "dev", "repositories": [ { - "type": "vcs", - "url": "https://github.com/juliushaertl/reflection" + "type": "github", + "url": "https://github.com/juliushaertl/reflection", + "no-api": true } ], "require": {