build: 换成satis

This commit is contained in:
李东云
2025-12-24 16:01:35 +08:00
parent 0573ff595f
commit 633bf585e1
2 changed files with 252 additions and 145 deletions

View File

@@ -45,7 +45,8 @@
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"secure-http": false
},
"scripts": {
"post-root-package-install": [
@@ -60,9 +61,9 @@
"analyse": "phpstan analyse --memory-limit 300M -l 0 -c phpstan.neon ./src ./config"
},
"repositories": {
"nest": {
"satis": {
"type": "composer",
"url": "https://nest.doylee.cn/api/packages/HDK/composer"
"url": "https://satis.luxcreo.cn/"
},
"packagist": {
"type": "composer",
@@ -70,4 +71,4 @@
}
},
"version": "1.13.2"
}
}