mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Make the credis requirements less strict.
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.
This commit is contained in:
parent
610c4dcdbf
commit
40d2ec8c77
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue