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"