psr/log version
donnyxray opened this issue · 2 comments
donnyxray commented
Please consider using "^1.1|^2|^3" for psr/log.
Requiring 1.1 specifically conflicts with other packages that have moved on to requiring 2.x or newer.
maschmann commented
Hi, thanks for the info and taking your time, creating the issue!
I'll have a look if the interface is still compatible with my current implementation and add the additional versions accordingly. Not sure how current my other deps are - will check them, too :-)
RoussKS commented
@donnyxray @maschmann made a PR #83 as we use the library for an internal project based on Laravel. v10 has a chain requirement of psr/log
v2 or v3 via the monolog library