firstred / postnl-api-php

PostNL API PHP bindings
https://postnl-php.readthedocs.io
MIT License
26 stars 37 forks source link

Replace DummyLogger with the built-in psr/log NullLogger #96

Closed firstred closed 3 months ago

firstred commented 4 months ago

Replacing the DummyLogger with the built-in psr/log NullLogger ensures compatibillity between all version of the logger interface.

Fixes https://github.com/firstred/postnl-api-php/issues/93 and https://github.com/firstred/postnl-api-php/pull/95