feat(repositories): 添加了 LuxAccountX

This commit is contained in:
李东云
2021-12-29 17:32:29 +08:00
parent 648ed05734
commit 716a7c408b

View File

@@ -2,10 +2,17 @@
"name": "luxcreo/lux-map",
"homepage": "https://satis.luxcreo.cn/",
"repositories": [
{ "type": "vcs", "url": "http://124.126.16.154:8888/singularity/composer-template.git" }
{
"type": "vcs",
"url": "http://124.126.16.154:8888/singularity/composer-template.git"
},
{
"type":"vcs",
"url":"http://124.126.16.154:8888/WebService/LuxAccountX.git"
}
],
"require-all": true,
"config": {
"secure-http": false
}
}
}