mirror of
http://124.126.16.154:8888/singularity/composer-template.git
synced 2026-01-15 00:35:08 +08:00
ci: 引入 Gitea Actions
This commit is contained in:
0
.gitea/workflows/publish_on_tagged.yml
Normal file
0
.gitea/workflows/publish_on_tagged.yml
Normal file
@@ -36,7 +36,7 @@
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"php": "^8.1",
|
||||
"composer/composer": ">=2.0",
|
||||
"singularity/hdk-core": "^1.0.0",
|
||||
"symfony/polyfill-php81": "^1.27",
|
||||
@@ -57,11 +57,10 @@
|
||||
"singularity/hdk-pay": "接入支付平台必需"
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"minimum-stability": "dev",
|
||||
"minimum-stability": "alpha",
|
||||
"config": {
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true,
|
||||
"secure-http": false,
|
||||
"allow-plugins": {
|
||||
"pestphp/pest-plugin": true
|
||||
}
|
||||
@@ -85,9 +84,9 @@
|
||||
]
|
||||
},
|
||||
"repositories": {
|
||||
"lux-map": {
|
||||
"nest": {
|
||||
"type": "composer",
|
||||
"url": "https://satis.luxcreo.cn/"
|
||||
"url": "https://nest.doylee.cn/api/packages/HDK/composer"
|
||||
},
|
||||
"packagist": {
|
||||
"type": "composer",
|
||||
|
||||
458
composer.lock
generated
458
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -6,4 +6,4 @@ docker run \
|
||||
-w "/srv/www" \
|
||||
-v "$(pwd)":/srv/www \
|
||||
-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