From b0900d63902c30d370e3e8e211ece9131ca79378 Mon Sep 17 00:00:00 2001 From: Chris Boulton Date: Sat, 12 Jan 2013 23:56:16 +1100 Subject: [PATCH] add package suggestions (proctitle and redis extensions) --- composer.json | 4 ++++ composer.lock | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9b67eae..32f92ad 100644 --- a/composer.json +++ b/composer.json @@ -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.*" }, diff --git a/composer.lock b/composer.lock index 472226f..877c243 100644 --- a/composer.lock +++ b/composer.lock @@ -1,5 +1,5 @@ { - "hash": "af626b3a277bd0ab503c2c107327a88e", + "hash": "d37909ad0ffc11ed4d1e67dcaabe00b2", "packages": [ { "name": "colinmollenhour/credis",