mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
Readd Credis
This commit is contained in:
parent
493d6dc6d8
commit
bd0a0c2dc8
5 changed files with 1599 additions and 26 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "idanoo/php-resque",
|
||||
"version": "1.4.1",
|
||||
"version": "1.4.2",
|
||||
"type": "library",
|
||||
"description": "Redis backed library for creating background jobs and processing them later. Based on resque for Ruby. Originally forked from chrisboulton/php-resque.",
|
||||
"keywords": ["job", "background", "redis", "resque"],
|
||||
|
@ -13,10 +13,11 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.0.0",
|
||||
"php": "^7.0",
|
||||
"ext-pcntl": "*",
|
||||
"ext-redis": "*",
|
||||
"psr/log": "~1.0"
|
||||
"psr/log": "~1.0",
|
||||
"colinmollenhour/credis": "^1.10"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue