5pm-HDH / churchtools-api

The Churchtools-API Client is a wrapper for the churchtools-api written in PHP.
MIT License
18 stars 8 forks source link

Upgrade Monolog to Version 3 #171

Closed devdot closed 1 year ago

devdot commented 1 year ago

I suggest this change simply because an up-to-date version of Monolog would make this API compatible with Laravel 10. Upgrading Monolog from 2 to 3 is fairly simple so I gave it a try: https://github.com/Seldaek/monolog/blob/main/UPGRADE.md

Only downside from my point of view is that this would bump the PHP requirement from 8.0 to 8.1