laminas / laminas-log

Robust, composite logger with filtering, formatting, and PSR-3 support
https://docs.laminas.dev/laminas-log/
BSD 3-Clause "New" or "Revised" License
26 stars 30 forks source link

Extend compatibility with newer version of psr/log:"^1.1.2|^2.0|^3.0" #50

Closed 10n closed 1 year ago

10n commented 1 year ago
Q A
New Feature yes

Description

Extend compatibility with newer version of psr/log:"^1.1.2|^2.0|^3.0"

Ocramius commented 1 year ago

Hmm, this component is security-only, and shouldn't receive new updates :thinking:

10n commented 1 year ago

Hmm, this component is security-only, and shouldn't receive new updates 🤔

I've tried to make it compatible. Because it targets psr/log: 1.* it may be conflicting with other libraries that may choose to use newer versions. I can accept that it's security-only ... and use the fork as a replacement package.