mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +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
@ -20,7 +20,7 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"ext-pcntl": "*",
|
"ext-pcntl": "*",
|
||||||
"colinmollenhour/credis": "1.2.*",
|
"colinmollenhour/credis": "~1.2",
|
||||||
"psr/log": "1.0.0"
|
"psr/log": "1.0.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
|
Loading…
Reference in New Issue
Block a user