build(composer): 更新 hdk 到 1.0

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-08-30 17:15:21 +08:00
parent 59dbd08974
commit fbcd076db8
2 changed files with 4 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
"hyperf/session": "^3.0.18",
"hyperf/translation": "^3.0.18",
"hyperf/validation": "^3.0.18",
"singularity/hdk-core": "^0.2.17",
"singularity/hdk-core": "^1.0",
"symfony/polyfill-php81": "^1.27.0"
},
"require-dev": {
@@ -60,6 +60,7 @@
"swoole/ide-helper": "^4.8.13"
},
"prefer-stable": true,
"minimum-stability": "dev",
"config": {
"optimize-autoloader": true,
"sort-packages": true,

View File

@@ -12,11 +12,11 @@ declare(strict_types=1);
return [
'packages' => [
'singularity/hyperf-saml' => [
'version' => '^0.2.3',
'version' => '^1.0',
'publish' => true
],
'singularity/hdk-auth' => [
'version' => '^0.2.2',
'version' => '^1.0',
'publish' => true
],
'hyperf/amqp' => [