From 40d2ec8c77ab85d1e7f218286d5fe2c4409f9ab8 Mon Sep 17 00:00:00 2001 From: Todd Burry Date: Mon, 23 Jun 2014 08:20:23 -0400 Subject: [PATCH] Make the credis requirements less strict. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since credis has moved forward, but is backwards compatible, resque shouldn’t be so strict towards an old version because other libraries need newer credis features. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fb868bc..6e31daa 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": ">=5.3.0", "ext-pcntl": "*", - "colinmollenhour/credis": "1.2.*", + "colinmollenhour/credis": "~1.2", "psr/log": "1.0.0" }, "suggest": {