mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 05:55:09 +08:00
build: 引入 gitea 仓库
This commit is contained in:
@@ -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
5049
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user