mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Merge pull request #198 from tburry/master
Make the credis requirements less strict.
This commit is contained in:
commit
210f0a464d
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