From 0940b318336925eb66324dd008477c483b567453 Mon Sep 17 00:00:00 2001 From: Carsten Karbach <c.karbach@fz-juelich.de> Date: Wed, 8 Nov 2017 08:36:12 +0100 Subject: [PATCH] Add .git postfix to git URL --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c4c0e9f..8e85fd2 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "repositories": [ { "type": "vcs", - "url": "https://gitlab.version.fz-juelich.de/jards/EventsAPIClient" + "url": "https://gitlab.version.fz-juelich.de/jards/EventsAPIClient.git" } ], "require": { -- GitLab