We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ext-psr
conflict
composer.json
1 parent 8aee7e2 commit ce46a3bCopy full SHA for ce46a3b
2 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
## 2.1.2 under development
4
5
-- no changes in this release.
+- Chg #126: Add `ext-psr` to `conflict` section in `composer.json` (@samdark)
6
7
## 2.1.1 June 03, 2025
8
composer.json
@@ -51,6 +51,9 @@
51
"yiisoft/log-target-file": "Allows writing log messages to the files",
52
"yiisoft/log-target-syslog": "Allows writing log messages to the Syslog"
53
},
54
+ "conflict": {
55
+ "ext-psr": "*"
56
+ },
57
"autoload": {
58
"psr-4": {
59
"Yiisoft\\Log\\": "src"
0 commit comments