composer.json: vcs to git

This commit is contained in:
Erik Bročko 2019-12-05 11:11:27 +01:00
parent 730d951df3
commit 36b67d3f95
Signed by: ericek111
GPG Key ID: F850D0320BA802C9

View File

@ -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": "*"