mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
2.0.3 (2022-09-12)
- Update composer packages - Added WoodpeckerCI tests - Updated links in composer package - Stricter typing
This commit is contained in:
parent
f9a22e7b8a
commit
05cae402b5
21 changed files with 215 additions and 524 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": "http://www.github.com/idanoo/php-resque/",
|
||||
"homepage": "https://tinker.nz/idanoo/php-resque/",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
|
@ -18,7 +18,7 @@
|
|||
"require": {
|
||||
"php": ">7.4",
|
||||
"psr/log": "^1.1.0",
|
||||
"colinmollenhour/credis": "^1.12.0"
|
||||
"colinmollenhour/credis": "^1.13.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9",
|
||||
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://github.com/idanoo/php-resque/issues",
|
||||
"source": "https://github.com/idanoo/php-resque"
|
||||
"issues": "https://tinker.nz/idanoo/php-resque/issues",
|
||||
"source": "https://tinker.nz/idanoo/php-resque"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue