mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Merge pull request #320 from dinbrca/master
Composer locks due to psr/log dependency version
This commit is contained in:
commit
968b7e6a30
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
"php": ">=5.3.0",
|
"php": ">=5.3.0",
|
||||||
"ext-pcntl": "*",
|
"ext-pcntl": "*",
|
||||||
"colinmollenhour/credis": "~1.7",
|
"colinmollenhour/credis": "~1.7",
|
||||||
"psr/log": "1.0.0"
|
"psr/log": "~1.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
|
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue