-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow usage with Monolog 2 #4
Conversation
Additionally: - the processors now implement ProcessorInterface - PHPUnit dependency updated to ^8.5 (^9.5 requires additional changes) - Travis configured to build with currently supported PHP versions - composer.lock has been removed
@andriesss would you mind reviewing this and tagging a new release if all is good? |
Thanks @rimas-kudelis! Why did you remove the |
@andriesss this is a library, what's the point of locking its dependencies? That lock will be ignored when installing this package as a dependency anyway. Furthermore, should you decide to configure testing dependencies as a matrix (e.g. not just PHP 7.4, 8.0 and 8.1, but instead combinations of these PHP versions with Monolog 1 and 2), |
Also notably, Monolog 3 has been released recently. I haven't added it as a supported dependency, because it uses |
@andriesss, Packagist says that "This package is not auto-updated.". Could you ping Packagist as well (or just configure automatic updating)? Thanks! |
@rimas-kudelis done. |
@andriesss thanks! Also, Travis-CI no longer builds anything on travis-ci.org, so the badge in the README is now misleading. |
@rimas-kudelis could you give me some pointers on how to fix that? It's been a while since I've last used Travis. |
@andriesss sure, see #5 :) |
Additionally:
Fixes #3