build(composer): 添加了 hdk

This commit is contained in:
2022-04-24 18:02:23 +08:00
parent dc349d7f16
commit f3a9579bd8
2 changed files with 22 additions and 2 deletions

8
auth.json Normal file
View File

@@ -0,0 +1,8 @@
{
"http-basic": {
"124.126.16.154:8888": {
"username": "lidongyun",
"password": "Qfsd8866"
}
}
}

View File

@@ -21,7 +21,8 @@
"php": ">=7.3", "php": ">=7.3",
"hyperf/di": "2.2.*", "hyperf/di": "2.2.*",
"hyperf/framework": "2.2.*", "hyperf/framework": "2.2.*",
"lightsaml/lightsaml": "^2.1" "lightsaml/lightsaml": "^2.1",
"singularity/hyperf-development-kit": "dev-master"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.0", "friendsofphp/php-cs-fixer": "^3.0",
@@ -37,7 +38,8 @@
"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",
@@ -48,5 +50,15 @@
"hyperf": { "hyperf": {
"config": "Singularity\\HyperfSaml\\ConfigProvider" "config": "Singularity\\HyperfSaml\\ConfigProvider"
} }
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
"lux-map": {
"type": "composer",
"url": "https://satis.luxcreo.cn/"
}
} }
} }