monolog-middleware
monolog-middleware copied to clipboard
PHP 8 Upgrade
Hi @orasik
would you consider a new release based on this pull request?
- enable support for PHP 8, raised the PHP requirements to the latest supported versions (7.3 - 8.0)
- replaced deprecated
zendframework/zend-stratigilitywith successorlaminas/laminas-stratigility - upgraded all dependencies to the latest versions
- fixed one test case because the new
phpunit 9was complaining
Things that might need improvement:
phpunit 9complains about two test cases without any assert's being called- documentation: I just replaced mentions of Zend Expressive with its successor mezzio
travis.yml: I have no way of testing my changes at the moment- I think you could drop the reference to
laminas/laminas-stratigilityincomposer.jsonbecause I found no reference of the formerzendframeworknamespace in your code.
Cheers, Stefan