mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +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",
|
"php": ">=5.3.0",
|
||||||
"colinmollenhour/credis": "dev-master"
|
"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": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "3.7.*"
|
"phpunit/phpunit": "3.7.*"
|
||||||
},
|
},
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"hash": "af626b3a277bd0ab503c2c107327a88e",
|
"hash": "d37909ad0ffc11ed4d1e67dcaabe00b2",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "colinmollenhour/credis",
|
"name": "colinmollenhour/credis",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue