Could you please let us know when we can expect a release version that supports psr/log 1.* and psr/log 2.*? #174
Unanswered
michelvambattu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@jrebs unless you've got any objects I'll take a look at pushing a tag tomorrow. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could you please let us know when we can expect a release version that supports
psr/log 1.*
andpsr/log 2.*
?Since the version
v2023.1.0
only supports"psr/log": "^1.0"
, it's a blocker because the current installed version ofpsr/log
is2.0
which is used by many other packages.I see that dev-master resolves this issue by supporting multiple versions of


psr/log
. Could you please let us know when we could expect this release?Beta Was this translation helpful? Give feedback.
All reactions