mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +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": {
|
"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…
Add table
Add a link
Reference in a new issue