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

Not able to udpate laminas-log to version 2.13.1 #32

Closed dhananjay5358 closed 2 years ago

dhananjay5358 commented 2 years ago

Hi Team,

not able to update laminas-log version from 2.12.1 to 2.13.1.

Current version is 2.12.1

and while update using composer I am seeing message "nothing to install or update"

My Current php version 7.4.18

Could you please let know If I am doing anything wrong ?

laminas-bot commented 2 years ago

This package is considered feature-complete, and is now in security-only maintenance mode, following a decision by the Technical Steering Committee. If you have a security issue, please follow our security reporting guidelines. If you wish to take on the role of maintainer, please nominate yourself

If you are looking for an actively maintained package alternative, we recommend:

Ocramius commented 2 years ago

Try using composer why-not

dhananjay5358 commented 2 years ago

When I tried composer why not laminas log 2.13.1

laminas/laminas-log 2.13.1 requires laminas/laminas-servicemanager (^3.3.0) magento/project-community-edition 2.4.2-p1 does not require laminas/laminas-servicemanager (but 2.7.11 is installed)

it shows me above response and also I am not able to update module lamias-servicemanager liabrary also.

Note : My Magento Version is 2.4.2 p1.

Ocramius commented 2 years ago

Right, so it's not a bug with this library, but just a dependency graph issue with magento :)

I suggest you keep investigating with composer why-not for each dependency that is affected, but in general, your dependency graph dictates what is or isn't installable: it's not a bug in the libraries.