Closed IonBazan closed 2 years ago
This change allows installing Monolog v3: https://github.com/Seldaek/monolog/blob/main/UPGRADE.md#300 The only changes required are in the tests where we filter the messages by level which is now an enum instead of int.
int
Monolog v3 requires PHP 8.1 so each version is tested in different PHP versions thanks to CI matrix.
Additional changes:
vendor/bin/phpcbf
@IonBazan thank you for this as well!
@const-cloudinary any chance this could be released soon? Thanks!
@IonBazan , yes, released, see version: 2.8.0.
Brief Summary of Changes
This change allows installing Monolog v3: https://github.com/Seldaek/monolog/blob/main/UPGRADE.md#300 The only changes required are in the tests where we filter the messages by level which is now an enum instead of
int
.What does this PR address?
Are tests included?
Reviewer, please note:
Monolog v3 requires PHP 8.1 so each version is tested in different PHP versions thanks to CI matrix.
Additional changes:
vendor/bin/phpcbf
Checklist: