diff --git a/satis.json b/satis.json index 777101d..b2597eb 100644 --- a/satis.json +++ b/satis.json @@ -2,10 +2,12 @@ "name": "Text Factory Repo", "homepage": "https://textfactory.cz", "repositories": [ - { "type": "vcs", "url": "git@git.lixko.eu:TF/lsa-fw.git" } + { "type": "vcs", "url": "git@git.lixko.eu:TF/lsa-fw.git" }, + { "type": "vcs", "url": "git@git.lixko.eu:TF/jablickar.git" } ], "require": { - "tf/lsa-fw": "*" + "tf/lsa-fw": "*", + "tf/jablickar": "*" }, "require-all": true, "require-dependencies": true,