File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 "webmozart/assert" : " ^1.4" ,
4646 "zendframework/zend-db" : " ^2.5" ,
4747 "zendframework/zend-diactoros" : " ^2.0" ,
48- "zendframework/zend-log" : " ^2.5 " ,
48+ "zendframework/zend-log" : " ^2.10 " ,
4949 "zendframework/zend-mail" : " ^2.9" ,
5050 "zendframework/zend-psr7bridge" : " ^1.1" ,
5151 "zendframework/zend-text" : " ^2.5" ,
Original file line number Diff line number Diff line change 55namespace ErrorHeroModule \Handler \Formatter ;
66
77use DateTime ;
8- use Zend \Log \Formatter \Base ;
8+ use Zend \Log \Formatter \Json as BaseJson ;
99use Zend \Log \Formatter \FormatterInterface ;
1010
11- class Json extends Base implements FormatterInterface
11+ class Json extends BaseJson implements FormatterInterface
1212{
1313 /**
1414 * @param array $event event data
You can’t perform that action at this time.
0 commit comments