build(composer): 引入了 HyperfSaml 库

This commit is contained in:
李东云
2022-03-29 19:55:18 +08:00
parent 296663a3e5
commit 752880dc57
2 changed files with 907 additions and 111 deletions

View File

@@ -5,14 +5,16 @@
"require": {
"php": "~8.0",
"hyperf/framework": "~2.2.4",
"composer/composer": "~2.0.14"
"composer/composer": "~2.0.14",
"singularity/hyperf-saml": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
"sort-packages": true,
"secure-http": false
},
"autoload": {
"psr-4": {
@@ -41,6 +43,10 @@
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer"
},
"lux-map": {
"type": "composer",
"url": "https://satis.luxcreo.cn/"
}
}
}

1008
composer.lock generated

File diff suppressed because it is too large Load Diff