laminas / laminas-di

Automated dependency injection for PSR-11 containers
https://docs.laminas.dev/laminas-di/
BSD 3-Clause "New" or "Revised" License
36 stars 20 forks source link

Add psr/log ^2 support #94

Closed Zylius closed 4 months ago

Zylius commented 4 months ago
Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

It makes no sense supporting ^3, but not supporting ^2. And since symfony ^5 only supports ^1|^2 and some other packages only support ^2|^3 this is an issue.

Related: https://github.com/laminas/laminas-di/issues/49

Ocramius commented 4 months ago

@Zylius fine by me, but needs composer.lock re-hashing (composer update nothing)

Zylius commented 4 months ago

@Zylius fine by me, but needs composer.lock re-hashing (composer update nothing)

Done :)