From 970b0701157f5f77493977d5f315e7be4e1497dd Mon Sep 17 00:00:00 2001 From: techno-express Date: Mon, 27 Apr 2020 21:24:07 -0400 Subject: [PATCH] Update composer.json --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 20c6962..ff455b7 100644 --- a/composer.json +++ b/composer.json @@ -50,6 +50,9 @@ "Async\\Tests\\": "tests/" } }, + "suggest": { + "ext-uv": ">0.2.4" + }, "scripts": { "test": "vendor/bin/phpunit --bootstrap vendor/autoload.php tests" }