build(composer): 更新可选包的版本到3.0.18

Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
This commit is contained in:
李东云
2023-05-12 15:52:32 +08:00
parent 169584a1f3
commit be7711a03b

View File

@@ -20,64 +20,64 @@ return [
'publish' => true
],
'hyperf/amqp' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/async-queue' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/database' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/db-connection' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/model-cache' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/constants' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/json-rpc' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/redis' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/rpc' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/rpc-client' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/rpc-server' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/grpc-client' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/grpc-server' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/elasticsearch' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/config-apollo' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/config-aliyun-acm' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/config-etcd' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/config-nacos' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/tracer' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
'hyperf/service-governance' => [
'version' => '^3.0.15',
'version' => '^3.0.18',
],
],
'require-dev' => [