add package suggestions (proctitle and redis extensions)

This commit is contained in:
Chris Boulton 2013-01-12 23:56:16 +11:00
parent 2ba15eb555
commit b0900d6390
2 changed files with 5 additions and 1 deletions

View File

@ -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
View File

@ -1,5 +1,5 @@
{
"hash": "af626b3a277bd0ab503c2c107327a88e",
"hash": "d37909ad0ffc11ed4d1e67dcaabe00b2",
"packages": [
{
"name": "colinmollenhour/credis",