build: 引入 gitea 仓库

This commit is contained in:
李东云
2023-10-23 20:04:30 +08:00
parent e2210e5a55
commit e742538c64
3 changed files with 4118 additions and 950 deletions

View File

@@ -18,7 +18,7 @@
} }
}, },
"require": { "require": {
"php": "~8.0", "php": "~8.1",
"hyperf/config": "3.0.*", "hyperf/config": "3.0.*",
"hyperf/constants": "3.0.*", "hyperf/constants": "3.0.*",
"hyperf/di": "3.0.*", "hyperf/di": "3.0.*",
@@ -41,12 +41,11 @@
"suggest": { "suggest": {
"swow/swow": "Required to create swow components." "swow/swow": "Required to create swow components."
}, },
"minimum-stability": "dev", "minimum-stability": "alpha",
"prefer-stable": true, "prefer-stable": true,
"config": { "config": {
"optimize-autoloader": true, "optimize-autoloader": true,
"sort-packages": true, "sort-packages": true
"secure-http": false
}, },
"scripts": { "scripts": {
"test": "phpunit -c phpunit.xml --colors=always", "test": "phpunit -c phpunit.xml --colors=always",
@@ -62,13 +61,13 @@
"bin/generate-cert" "bin/generate-cert"
], ],
"repositories": { "repositories": {
"nest": {
"type": "composer",
"url": "https://nest.doylee.cn/api/packages/HDK/composer"
},
"packagist": { "packagist": {
"type": "composer", "type": "composer",
"url": "https://mirrors.cloud.tencent.com/composer/" "url": "https://mirrors.aliyun.com/composer/"
},
"lux-map": {
"type": "composer",
"url": "https://satis.luxcreo.cn/"
} }
}, },
"version": "1.0.0-alpha.0" "version": "1.0.0-alpha.0"

5049
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -6,4 +6,4 @@ docker run \
-w "/srv/www" \ -w "/srv/www" \
-v "$(pwd)":/srv/www \ -v "$(pwd)":/srv/www \
-v ~/.ssh:/root/.ssh \ -v ~/.ssh:/root/.ssh \
harbor.luxcreo.cn/library/hyperf:8.0-swoole /bin/ash harbor.luxcreo.cn/library/hyperf:8.1-swoole /bin/ash