From 13a69e2f00d0fcd4cae3d525f593130634d4a27b Mon Sep 17 00:00:00 2001 From: Andy Footner Date: Mon, 21 Nov 2022 13:22:14 +0100 Subject: [PATCH] Change repository type --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 908d071..b4177db 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "repositories": { "dot-access-configuration": { "url": "https://github.com/LOBsTerr/dflydev-dot-access-configuration.git", - "type": "git" + "type": "vcs" } } }