Skip to content

Commit b0900d6

Browse files
committed
add package suggestions (proctitle and redis extensions)
1 parent 2ba15eb commit b0900d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"php": ">=5.3.0",
2222
"colinmollenhour/credis": "dev-master"
2323
},
24+
"suggest": {
25+
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
26+
"ext-redis": "Native PHP extension for Redis connectivity. Credis will automatically utilize when available."
27+
},
2428
"require-dev": {
2529
"phpunit/phpunit": "3.7.*"
2630
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)