From a14f75c483926ba8a9a0eb3e13ead051acc9be10 Mon Sep 17 00:00:00 2001 From: fengyikang88 <54435163+fengyikang88@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:56:04 +0800 Subject: [PATCH] Fix the bug that cannot found `ApplicationContext` (#5922) Co-authored-by: Deeka Wong <8337659+huangdijia@users.noreply.github.com> --- composer.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/composer.json b/composer.json index eabd9bb..bbb850d 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,17 @@ }, "require": { "php": ">=8.0", + "hyperf/contract": "~3.0.0", "hyperf/code-parser": "~3.0.0", + "hyperf/context": "~3.0.0", "hyperf/coroutine": "~3.0.0", + "hyperf/event": "~3.0.0", "hyperf/grpc": "~3.0.0", "jean85/pretty-package-versions": "^1.2|^2.0" }, + "suggest": { + "hyperf/load-balancer": "Use LoadBalancer for GrpcTransporter.(~3.0.0)" + }, "autoload": { "psr-4": { "Hyperf\\GrpcClient\\": "src/"