Skip to content

Commit

Permalink
Add support for new psr/log versions (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamwin authored Jun 15, 2022
1 parent 6f8fa39 commit 6d30d44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Enh #55: Defer exit on terminate (rustamwin)
- Enh #54: Add shutdown event, fix cwd (rustamwin)
- Enh #57: Add markdown support for friendly exception solutions (vjik)
- Enh #58: Add support for `2.0`, `3.0` versions of `psr/log` (rustamwin)

## 2.0.2 February 04, 2022

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"psr/container": "^1.0|^2.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"psr/log": "^1.1",
"psr/log": "^1.1|^2.0|^3.0",
"yiisoft/friendly-exception": "^1.0",
"yiisoft/http": "^1.2",
"yiisoft/injector": "^1.0"
Expand Down

0 comments on commit 6d30d44

Please sign in to comment.