mirror of
http://124.126.16.154:8888/singularity/hyperf-saml.git
synced 2026-01-15 05:55:09 +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",
|
"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/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user