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",
"hyperf/di": "2.2.*",
"hyperf/framework": "2.2.*",
"lightsaml/lightsaml": "^2.1"
"lightsaml/lightsaml": "^2.1",
"singularity/hyperf-development-kit": "dev-master"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
@@ -37,7 +38,8 @@
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"sort-packages": true
"sort-packages": true,
"secure-http": false
},
"scripts": {
"test": "phpunit -c phpunit.xml --colors=always",
@@ -48,5 +50,15 @@
"hyperf": {
"config": "Singularity\\HyperfSaml\\ConfigProvider"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
"lux-map": {
"type": "composer",
"url": "https://satis.luxcreo.cn/"
}
}
}