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": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^8.1",
|
||||||
"composer/composer": ">=2.0",
|
"composer/composer": ">=2.0",
|
||||||
"singularity/hdk-core": "^1.0.0",
|
"singularity/hdk-core": "^1.0.0",
|
||||||
"symfony/polyfill-php81": "^1.27",
|
"symfony/polyfill-php81": "^1.27",
|
||||||
@@ -57,11 +57,10 @@
|
|||||||
"singularity/hdk-pay": "接入支付平台必需"
|
"singularity/hdk-pay": "接入支付平台必需"
|
||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "alpha",
|
||||||
"config": {
|
"config": {
|
||||||
"optimize-autoloader": true,
|
"optimize-autoloader": true,
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"secure-http": false,
|
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
"pestphp/pest-plugin": true
|
"pestphp/pest-plugin": true
|
||||||
}
|
}
|
||||||
@@ -85,9 +84,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"repositories": {
|
"repositories": {
|
||||||
"lux-map": {
|
"nest": {
|
||||||
"type": "composer",
|
"type": "composer",
|
||||||
"url": "https://satis.luxcreo.cn/"
|
"url": "https://nest.doylee.cn/api/packages/HDK/composer"
|
||||||
},
|
},
|
||||||
"packagist": {
|
"packagist": {
|
||||||
"type": "composer",
|
"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" \
|
-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