symfony / monolog-bundle

Symfony Monolog Bundle
symfony.com
MIT License
2.9k stars 232 forks source link

Fix compatibility with PHPUnit 11 #493

Closed derrabus closed 3 weeks ago

derrabus commented 3 weeks ago

This PR fixes a couple of compatibility issues with PHPUnit 11:

Note: The tests are still run with PHPUnit 8.5 and 9.6 though. The PR merely enables us to use PHPUnit 11 in the future.

xabbuh commented 3 weeks ago

Thank you Alexander.