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 31 forks source link

Cannot install package on a clean mezzio skeleton project #48

Closed dansol closed 1 year ago

dansol commented 1 year ago

Bug Report

Q A
PHP 8.1
Composer 2.4.4

Summary

Cannot install package on a clean mezzio skeleton installation laminas-log

Current behavior

composer shows "Your requirements could not be resolved to an installable set of packages." after command composer require laminas/laminas-log

How to reproduce

create a fresh mezzio skeleton installation then run composer require laminas/laminas-log

Expected behavior

laminas-log installed

laminas-bot commented 1 year 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:

froschdesign commented 1 year ago

@dansol filp/whoops requires the PSR-3 logger interface with version 3 for PHP 8, but laminas-log is based on version 1 of PSR-3 logger interface.

Maybe the following package is an alternative for you: https://github.com/geo6/mezzio-monolog