v2.5.1 - Update psr/log reqs
Some checks are pending
CI / Linter (push) Waiting to run
CI / PHPTest (8.1) (push) Waiting to run
CI / PHPTest (8.2) (push) Waiting to run
CI / PHPTest (8.3) (push) Waiting to run
CI / PHPTest (8.4) (push) Waiting to run

This commit is contained in:
Daniel Mason 2025-06-08 13:59:27 +12:00
parent e3ac97920c
commit eb3395645f
Signed by: idanoo
GPG key ID: 387387CDBC02F132
3 changed files with 6 additions and 3 deletions

View file

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