From 938a755225dcd9fcf12b6699eb4510a55b3f6a36 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Thu, 29 Oct 2020 13:03:30 +0100 Subject: [PATCH] Link the core bundle via git --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9ef32a2..7317451 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ }, "repositories": [ { - "type": "path", - "url": "../../API/bundles/api-core-bundle" + "type": "vcs", + "url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git" } ], "autoload": { -- GitLab