mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
Added PSR3 to composer dependencies
This commit is contained in:
parent
59f617e639
commit
7aa9abdb2e
2 changed files with 61 additions and 19 deletions
|
@ -20,7 +20,8 @@
|
|||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"ext-pcntl": "*",
|
||||
"colinmollenhour/credis": "1.2.*"
|
||||
"colinmollenhour/credis": "1.2.*",
|
||||
"psr/log": "1.0.0"
|
||||
},
|
||||
"suggest": {
|
||||
"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