Skip to content

v1.1.0

Compare
Choose a tag to compare
@gmponos gmponos released this 12 Nov 21:46
· 44 commits to master since this release

Changed

  • Added version PHP 7.3 to travis.
  • Require version 1.24 as minimum version of monolog. Unfortunately monolog introduced a BC on Seldaek/monolog#808

BC Notice: If you are extending any of the Monolog's Formatters' normalize method, make sure you add the new $depth = 0 argument to your function signature to avoid strict PHP warnings. See #808 for more details.