From 06ce0963a5a79fd229c62f1b98f7508d34294db2 Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Wed, 26 Apr 2023 11:02:31 +0800 Subject: [PATCH] Instead of classes and functions of `Hyperf\Utils` (#5674) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 李铭昕 <715557344@qq.com> --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 368dc12..935874b 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "psr/container": "^1.0|^2.0", "psr/event-dispatcher": "^1.0", "hyperf/contract": "~3.0.0", + "hyperf/support": "~3.0.0", "hyperf/utils": "~3.0.0" }, "suggest": {