From be7711a03b015bac2c2696bfba132666dd1c7ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Fri, 12 May 2023 15:52:32 +0800 Subject: [PATCH] =?UTF-8?q?build(composer):=20=E6=9B=B4=E6=96=B0=E5=8F=AF?= =?UTF-8?q?=E9=80=89=E5=8C=85=E7=9A=84=E7=89=88=E6=9C=AC=E5=88=B03.0.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李东云 --- installer/config.php | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/installer/config.php b/installer/config.php index ce808eb..ea838a1 100755 --- a/installer/config.php +++ b/installer/config.php @@ -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' => [