build(composer): 增加额外可用的国内镜像

Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
李东云
2022-07-26 18:23:53 +08:00
parent 478e6066f2
commit ae6a4e5e0e
2 changed files with 7095 additions and 10052 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff