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