mirror of
http://124.126.16.154:8888/singularity/hdk-skeleton.git
synced 2026-01-15 07:35:08 +08:00
build(composer): 更新 hdk 到 1.0
Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user