From cb6281cdcc789aaa92f6115a7ff5bcacb91083f7 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Fri, 25 May 2018 20:26:04 +1200 Subject: [PATCH] Oh.. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c078daf..dcd0e30 100644 --- a/composer.json +++ b/composer.json @@ -14,11 +14,11 @@ "require": { "php": ">=7.0.0", "ext-pcntl": "*", - "ext-redis": "Native PHP extension for Redis connectivity*", + "ext-redis": "*", "psr/log": "~1.0" }, "suggest": { - "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker." + "ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.", }, "require-dev": { "phpunit/phpunit": "^6"