mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
v2.5.1 - Update psr/log reqs
This commit is contained in:
parent
e3ac97920c
commit
eb3395645f
3 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
# 2.5.0 (205-06-08)
|
||||
# 2.5.1 (2025-06-08)
|
||||
- Update psr/log version requirements
|
||||
|
||||
# 2.5.0 (2025-06-08)
|
||||
- Update packages
|
||||
|
||||
# 2.4.0 (2024-12-11)
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
],
|
||||
"require": {
|
||||
"php": ">=8.1",
|
||||
"psr/log": "^3.0.2",
|
||||
"psr/log": "^1.1 || ^2.0 || ^3.0",
|
||||
"colinmollenhour/credis": "^1.14.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
@ -12,7 +12,7 @@ namespace Resque;
|
|||
|
||||
class Resque
|
||||
{
|
||||
public const VERSION = '2.5.0';
|
||||
public const VERSION = '2.5.1';
|
||||
|
||||
public const DEFAULT_INTERVAL = 5;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue