mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
Update for PHP7.4 compatibility + UnitTests
This commit is contained in:
parent
493c12846a
commit
b99217f2c0
9 changed files with 51 additions and 75 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue