Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 2.1.2 under development

- no changes in this release.
- Chg #126: Add `ext-psr` to `conflict` section in `composer.json` (@samdark)

## 2.1.1 June 03, 2025

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
"yiisoft/log-target-file": "Allows writing log messages to the files",
"yiisoft/log-target-syslog": "Allows writing log messages to the Syslog"
},
"conflict": {
"ext-psr": "*"
},
"autoload": {
"psr-4": {
"Yiisoft\\Log\\": "src"
Expand Down
Loading