mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
build(composer): 增加额外可用的国内镜像
Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
@@ -78,13 +78,21 @@
|
|||||||
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config"
|
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./app ./config"
|
||||||
},
|
},
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"packagist": {
|
|
||||||
"type": "composer",
|
|
||||||
"url": "https://mirrors.aliyun.com/composer"
|
|
||||||
},
|
|
||||||
"lux-map": {
|
"lux-map": {
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://satis.luxcreo.cn/"
|
"url": "https://satis.luxcreo.cn/"
|
||||||
|
},
|
||||||
|
"packagist": {
|
||||||
|
"type": "composer",
|
||||||
|
"url": "https://mirrors.aliyun.com/composer/"
|
||||||
|
},
|
||||||
|
"packagist-tx": {
|
||||||
|
"type": "composer",
|
||||||
|
"url": "https://mirrors.cloud.tencent.com/composer/"
|
||||||
|
},
|
||||||
|
"packagist-hw": {
|
||||||
|
"type": "composer",
|
||||||
|
"url": "https://repo.huaweicloud.com/repository/php/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
3523
composer.lock
generated
3523
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user