mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
add package suggestions (proctitle and redis extensions)
This commit is contained in:
parent
2ba15eb555
commit
b0900d6390
2 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,10 @@
|
|||
"php": ">=5.3.0",
|
||||
"colinmollenhour/credis": "dev-master"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
|
||||
"ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue