update composer and module statuses

This commit is contained in:
Daeng Deni Mardaeni 2024-08-07 10:13:40 +07:00
parent bc3be1808d
commit f6630b7537
2 changed files with 30 additions and 2 deletions

View File

@ -77,5 +77,32 @@
} }
}, },
"minimum-stability": "stable", "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"
}
]
} }

View File

@ -1,6 +1,7 @@
{ {
"Lpj": true,
"Location": true, "Location": true,
"Usermanagement": true, "Usermanagement": true,
"Logs": true, "Logs": true,
"Authentication": true "Authentication": true,
} }