decahedronio / monolog-sticky-context

A Monolog processor to easily attach sticky context data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for PHP 5

bladeofsteel opened this issue · comments

the lack of support for php 5 is a conscious decision or simply because you not using it?
current monolog support 5.3 but your handler can use only on php 7

We want to encourage people to use modern versions of PHP. PHP 5.6 was EOL beginning of last year, and currently only gets security updates (until December 2018). Therefore, we are avoiding supporting PHP versions lower than 7.0.

ok, tnx