cloudinary / cloudinary_php

PHP extension for Cloudinary
https://cloudinary.com/documentation/php_integration
MIT License
389 stars 150 forks source link

Allow Monolog v3 #364

Closed IonBazan closed 2 years ago

IonBazan commented 2 years ago

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:

Checklist:

const-cloudinary commented 2 years ago

@IonBazan thank you for this as well!

IonBazan commented 2 years ago

@const-cloudinary any chance this could be released soon? Thanks!

const-cloudinary commented 2 years ago

@IonBazan , yes, released, see version: 2.8.0.