Closed dansol closed 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:
@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
Bug Report
Summary
Cannot install package on a clean mezzio skeleton installation
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