Bugfix for booking date and making Monolog optional
Booking date fix in MT940 parsing
This release includes a fix for the MT940 booking date parsing.
:61:1608010802C[...]
The booking date (bold) is optional. So we have to handle this.
Monolog now optional
I don't want to force anyone to use Monolog for logging. So the monolog package is now optional.
fints-hbci-php just needs a PSR conform logger interface to work.