Skip to content

Commit ce46a3b

Browse files
Copilotsamdark
andauthored
Fix #126: Add ext-psr to conflict section in composer.json
Co-authored-by: samdark <47294+samdark@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 8aee7e2 commit ce46a3b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 2.1.2 under development
44

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

77
## 2.1.1 June 03, 2025
88

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
"yiisoft/log-target-file": "Allows writing log messages to the files",
5252
"yiisoft/log-target-syslog": "Allows writing log messages to the Syslog"
5353
},
54+
"conflict": {
55+
"ext-psr": "*"
56+
},
5457
"autoload": {
5558
"psr-4": {
5659
"Yiisoft\\Log\\": "src"

0 commit comments

Comments
 (0)