mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
2.1.2 (2023-03-22)
- Update composer packages - Update git information (GitHub)
This commit is contained in:
parent
c696723fd0
commit
575509ff53
4 changed files with 136 additions and 91 deletions
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"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", "php"],
|
||||
"homepage": "https://gitlab.com/idanoo/php-resque/",
|
||||
"homepage": "https://github.com/idanoo/php-resque",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -18,7 +18,7 @@
|
|||
"require": {
|
||||
"php": ">7.4",
|
||||
"psr/log": "^1.1.0",
|
||||
"colinmollenhour/credis": "^1.13.0"
|
||||
"colinmollenhour/credis": "^1.14.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9",
|
||||
|
@ -40,8 +40,8 @@
|
|||
}
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://gitlab.com/idanoo/php-resque/issues",
|
||||
"source": "https://gitlab.com/idanoo/php-resque"
|
||||
"issues": "https://github.com/idanoo/php-resque/issues",
|
||||
"source": "https://github.com/idanoo/php-resque"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue