Skip to content

Commit a0eaac4

Browse files
committed
Updated credis dependency to 1.2.* (fixes a bug in blpop)
1 parent ffff86c commit a0eaac4

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=5.3.0",
2222
"ext-pcntl": "*",
23-
"colinmollenhour/credis": "dev-master"
23+
"colinmollenhour/credis": "1.2.*"
2424
},
2525
"suggest": {
2626
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",

composer.lock

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)