build(composer): 更新 hdk 版本

This commit is contained in:
李东云
2023-02-01 18:57:42 +08:00
parent 95affb10ac
commit 796a3c1682

View File

@@ -19,6 +19,7 @@
},
"require": {
"php": "~8.0",
"ext-redis": "*",
"hyperf/config": "^2.2",
"hyperf/constants": "^2.2",
"hyperf/di": "2.2.*",
@@ -26,9 +27,9 @@
"hyperf/translation": "^2.2",
"hyperf/validation": "^2.2",
"litesaml/lightsaml": "~3.0.0",
"singularity/hyperf-development-kit": "^0.1.0",
"teapot/status-code": "^1.1",
"ext-redis": "*"
"singularity/hdk-core": "0.1.x-dev",
"singularity/hyperf-development-kit": "dev-develop",
"teapot/status-code": "^1.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
@@ -50,10 +51,7 @@
"scripts": {
"test": "phpunit -c phpunit.xml --colors=always",
"analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1",
"post-autoload-dump": [
"chown -R 1000:1000 ."
]
"cs-fix": "php-cs-fixer fix $1"
},
"extra": {
"hyperf": {
@@ -64,13 +62,21 @@
"bin/generate-cert"
],
"repositories": {
"lux-map": {
"type": "composer",
"url": "https://satis.luxcreo.cn/"
},
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
"lux-map": {
"packagist-tx": {
"type": "composer",
"url": "https://satis.luxcreo.cn/"
"url": "https://mirrors.cloud.tencent.com/composer/"
},
"packagist-hw": {
"type": "composer",
"url": "https://repo.huaweicloud.com/repository/php/"
}
}
}