Updated credis dependency to 1.2.* (fixes a bug in blpop)

This commit is contained in:
Ruud Kamphuis 2013-06-03 18:10:14 +02:00
parent ffff86c40c
commit a0eaac4709
2 changed files with 18 additions and 15 deletions

View file

@ -20,7 +20,7 @@
"require": {
"php": ">=5.3.0",
"ext-pcntl": "*",
"colinmollenhour/credis": "dev-master"
"colinmollenhour/credis": "1.2.*"
},
"suggest": {
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",