app-insights-php / monolog-handler

Microsoft App Insights monolog handler for trace tracking
MIT License
3 stars 7 forks source link

Support Monolog 3.x #118

Open drmmr763 opened 1 year ago

drmmr763 commented 1 year ago

Laravel 10x requires Monolog 3.

This package has a depdency on Monolog 1x || 2x. Would appreciate trying to go to Monolog 3x for composer compatibility.

drmmr763 commented 1 year ago

Actually I see 3x was supported and it was dropped.

Removed in .3.0 https://github.com/app-insights-php/monolog-handler/commit/c94b554d6910217b109618c4f4076a49dbefb7ea https://github.com/app-insights-php/monolog-handler/releases/tag/0.3.0

Added in .2.3 https://github.com/app-insights-php/monolog-handler/commit/7df9538962ad8314492720852eca00b77b7f9648 https://github.com/app-insights-php/monolog-handler/releases/tag/0.2.3

@norberttech any idea why this was done?