From 9fa714559335029d23028594b7794be872ac60a3 Mon Sep 17 00:00:00 2001 From: Abel Hoogeveen Date: Fri, 15 May 2020 18:30:06 +0200 Subject: [PATCH] Try with a modified environment. --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 93e04a2..828f268 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,11 @@ "phpunit/phpunit": "^9", "fuzeworks/mvcr": "~1.2.0" }, + "config": { + "platform": { + "ext-redis": "1" + } + }, "autoload": { "psr-4": { "FuzeWorks\\Async\\": "src/FuzeWorks/Async"