1.4.5 patch - formatting + composer replace

This commit is contained in:
Daniel Mason 2019-08-28 09:46:50 +12:00
parent 5a94c021da
commit 19f21219f8
11 changed files with 24 additions and 16 deletions

View file

@ -1,7 +1,11 @@
{
"name": "idanoo/php-resque",
"version": "1.4.4",
"version": "1.4.5",
"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"],
"homepage": "http://www.github.com/idanoo/php-resque/",