mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
Oh..
This commit is contained in:
parent
1085ac2412
commit
cb6281cdcc
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@
|
|||
"require": {
|
||||
"php": ">=7.0.0",
|
||||
"ext-pcntl": "*",
|
||||
"ext-redis": "Native PHP extension for Redis connectivity*",
|
||||
"ext-redis": "*",
|
||||
"psr/log": "~1.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker."
|
||||
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue