mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
add package suggestions (proctitle and redis extensions)
This commit is contained in:
parent
2ba15eb555
commit
b0900d6390
@ -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.*"
|
||||
},
|
||||
|
2
composer.lock
generated
2
composer.lock
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"hash": "af626b3a277bd0ab503c2c107327a88e",
|
||||
"hash": "d37909ad0ffc11ed4d1e67dcaabe00b2",
|
||||
"packages": [
|
||||
{
|
||||
"name": "colinmollenhour/credis",
|
||||
|
Loading…
Reference in New Issue
Block a user