From c8f2aefe22480c61b980274a72a54d2292d7f434 Mon Sep 17 00:00:00 2001 From: xiexuekun Date: Wed, 16 Jul 2025 14:59:56 +0800 Subject: [PATCH] fix the error "Class "FriendsOfHyperf\Support\RedisCommand" not found " --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index b2f9179..a55915c 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ "pull-request": "https://github.com/friendsofhyperf/components/pulls" }, "require": { + "friendsofhyperf/support": "~3.1.61", "hyperf/command": "~3.1.0", "hyperf/context": "~3.1.0", "hyperf/coroutine": "~3.1.0",