mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
Updated credis dependency to 1.2.* (fixes a bug in blpop)
This commit is contained in:
parent
ffff86c40c
commit
a0eaac4709
2 changed files with 18 additions and 15 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue