composer-repo/satis.json

12 lines
245 B
JSON
Raw Normal View History

2019-12-05 10:05:20 +01:00
{
"name": "Text Factory Repo",
"homepage": "https://textfactory.cz",
"repositories": [
{ "type": "vcs", "url": "git@git.lixko.eu:TF/lsa-fw.git" }
],
2019-12-05 10:58:28 +01:00
"require": {
"tf/lsa-fw": "*"
},
"require-dependencies": true,
2019-12-05 10:05:20 +01:00
"require-all": true
}