mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
1.4.5 patch - formatting + composer replace
This commit is contained in:
parent
5a94c021da
commit
19f21219f8
11 changed files with 24 additions and 16 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue