From f6630b753715162a30c801e90f664538a34feefc Mon Sep 17 00:00:00 2001 From: Daeng Deni Mardaeni Date: Wed, 7 Aug 2024 10:13:40 +0700 Subject: [PATCH] update composer and module statuses --- composer.json | 29 ++++++++++++++++++++++++++++- modules_statuses.json | 3 ++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 88e1989..97c995c 100644 --- a/composer.json +++ b/composer.json @@ -77,5 +77,32 @@ } }, "minimum-stability": "stable", - "prefer-stable": true + "prefer-stable": true, + "repositories": [ + { + "name": "daengdeni/logs-module", + "type": "vcs", + "url": "https://git.putrakuningan.com/usermanagement/logs" + }, + { + "name": "daengdeni/usermanagement-module", + "type": "vcs", + "url": "https://git.putrakuningan.com/daengdeni/usermanagement" + }, + { + "name": "daengdeni/authentication-module", + "type": "vcs", + "url": "https://git.putrakuningan.com/daengdeni/authentication" + }, + { + "name": "daengdeni/lpj-module", + "type": "vcs", + "url": "https://git.putrakuningan.com/daengdeni/lpj" + }, + { + "name": "daengdeni/location-module", + "type": "vcs", + "url": "https://git.putrakuningan.com/daengdeni/location" + } + ] } diff --git a/modules_statuses.json b/modules_statuses.json index 7e0a123..fb3b9b3 100644 --- a/modules_statuses.json +++ b/modules_statuses.json @@ -1,6 +1,7 @@ { + "Lpj": true, "Location": true, "Usermanagement": true, "Logs": true, - "Authentication": true + "Authentication": true, }