From 36b67d3f9563f592d8d2ff4581a8f4125ff50e22 Mon Sep 17 00:00:00 2001 From: ericek111 Date: Thu, 5 Dec 2019 11:11:27 +0100 Subject: [PATCH] composer.json: vcs to git --- satis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satis.json b/satis.json index 777101d..6fef042 100644 --- a/satis.json +++ b/satis.json @@ -2,7 +2,7 @@ "name": "Text Factory Repo", "homepage": "https://textfactory.cz", "repositories": [ - { "type": "vcs", "url": "git@git.lixko.eu:TF/lsa-fw.git" } + { "type": "git", "url": "git@git.lixko.eu:TF/lsa-fw.git" } ], "require": { "tf/lsa-fw": "*"