Skip to content

Commit 6d30d44

Browse files
authored
Add support for new psr/log versions (#58)
1 parent 6f8fa39 commit 6d30d44

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Enh #55: Defer exit on terminate (rustamwin)
66
- Enh #54: Add shutdown event, fix cwd (rustamwin)
77
- Enh #57: Add markdown support for friendly exception solutions (vjik)
8+
- Enh #58: Add support for `2.0`, `3.0` versions of `psr/log` (rustamwin)
89

910
## 2.0.2 February 04, 2022
1011

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"psr/container": "^1.0|^2.0",
3030
"psr/http-message": "^1.0",
3131
"psr/http-server-middleware": "^1.0",
32-
"psr/log": "^1.1",
32+
"psr/log": "^1.1|^2.0|^3.0",
3333
"yiisoft/friendly-exception": "^1.0",
3434
"yiisoft/http": "^1.2",
3535
"yiisoft/injector": "^1.0"

0 commit comments

Comments
 (0)