laminas-di icon indicating copy to clipboard operation
laminas-di copied to clipboard

Add support for psr/log v2 and v3

Open kdubuc opened this issue 2 years ago • 1 comments

Can we add support for Psr LoggerInterface to v2 and v3 ("psr/log": "^1.0|^2.0|^3.0") ?

Currently, only v1.1.4 is supported : https://github.com/laminas/laminas-di/blob/b9a53578117faeff91c59fa6902fd0add0a1a844/composer.json#L38

kdubuc avatar May 12 '22 14:05 kdubuc

@kdubuc do send a patch attempting to upgrade to ^2, then ^3? I'm OK with supporting all 3, but we need to make sure we verify them individually too, before proceeding.

Ocramius avatar May 12 '22 16:05 Ocramius