build(composer): 清理 composer 配置

移除了多余的 composer 包仓库

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-12-14 15:48:30 +08:00
parent 16f69c193c
commit 08d00a785f
2 changed files with 2788 additions and 2793 deletions

View File

@@ -76,7 +76,6 @@
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"secure-http": false,
"allow-plugins": {
"pestphp/pest-plugin": true
}
@@ -91,7 +90,6 @@
"Singularity\\HDK\\Test\\Core\\": "tests/"
}
},
"minimum-stability": "alpha",
"archive": {
"exclude": [
".idea",
@@ -105,6 +103,7 @@
"phpunit.xml"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-root-package-install": [],
@@ -122,10 +121,6 @@
]
},
"repositories": {
"lux-map": {
"type": "composer",
"url": "https://satis.luxcreo.cn/"
},
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"

5574
composer.lock generated

File diff suppressed because it is too large Load Diff