J.P. Pasnak
J.P. Pasnak
@TheWitness - yes, that's pretty much what I was thinking. A little bit of digging lead me this though: https://github.com/Seldaek/monolog Most of the heavy lifting could be accomplished just by...
There are 4 other vendor libraries using composer, so I didn't think it would be an issue. ``` ./include/vendor/cldr-to-gettext-plural-rules/composer.json ./include/vendor/gettext/composer.json ./include/vendor/phpmailer/composer.json ./include/vendor/flag-icons/composer.json ``` And monolog is [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md) compliant, so it...