Update for PHP7.4 compatibility + UnitTests

This commit is contained in:
Daniel Mason 2020-04-11 09:24:18 +12:00
parent 493c12846a
commit b99217f2c0
9 changed files with 51 additions and 75 deletions

View file

@ -1,13 +1,13 @@
{
"name": "idanoo/php-resque",
"version": "1.4.6",
"version": "1.4.7",
"type": "library",
"replace": {
"chrisboulton/php-resque": "*",
"danhunsaker/php-resque": "*"
},
"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"],
"keywords": ["job", "background", "redis", "resque", "php"],
"homepage": "http://www.github.com/idanoo/php-resque/",
"license": "MIT",
"authors": [
@ -24,7 +24,7 @@
"colinmollenhour/credis": "^1.10"
},
"require-dev": {
"phpunit/phpunit": "^6"
"phpunit/phpunit": "^9"
},
"bin": [
"bin/resque"