mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 02:05:05 +08:00
build(composer): 添加了 hdk
This commit is contained in:
8
auth.json
Normal file
8
auth.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"http-basic": {
|
||||
"124.126.16.154:8888": {
|
||||
"username": "lidongyun",
|
||||
"password": "Qfsd8866"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user