Readd Credis

This commit is contained in:
Daniel Mason 2018-05-30 19:05:13 +12:00
parent 493d6dc6d8
commit bd0a0c2dc8
5 changed files with 1599 additions and 26 deletions

View file

@ -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."