From 5f95067b5da83d26ec946e5c82b67617dddf7831 Mon Sep 17 00:00:00 2001 From: Deeka Wong Date: Fri, 16 Jun 2023 19:57:19 +0800 Subject: [PATCH] Adds `hyperf/polyfill-coroutine` component (#5841) 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 f6f4066..f866394 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ "hyperf/config": "~3.1.0", "hyperf/contract": "~3.1.0", "hyperf/coroutine": "~3.1.0", + "hyperf/polyfill-coroutine": "~3.1.0", "hyperf/stringable": "~3.1.0", "hyperf/support": "~3.1.0", "hyperf/tappable": "~3.1.0",