mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-24 17:25:13 +00:00
Oh..
This commit is contained in:
parent
1085ac2412
commit
cb6281cdcc
@ -14,11 +14,11 @@
|
|||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0.0",
|
"php": ">=7.0.0",
|
||||||
"ext-pcntl": "*",
|
"ext-pcntl": "*",
|
||||||
"ext-redis": "Native PHP extension for Redis connectivity*",
|
"ext-redis": "*",
|
||||||
"psr/log": "~1.0"
|
"psr/log": "~1.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"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": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^6"
|
"phpunit/phpunit": "^6"
|
||||||
|
Loading…
Reference in New Issue
Block a user