2.1.2 (2023-03-22)

- Update composer packages
- Update git information (GitHub)
This commit is contained in:
Daniel Mason 2023-03-22 11:38:38 +13:00
parent c696723fd0
commit 575509ff53
4 changed files with 136 additions and 91 deletions

View file

@ -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": {