php-twinfield / twinfield

PHP 7.3+ Library for using the Twinfield API.
https://accounting.twinfield.com/webservices/documentation/#/
Other
33 stars 77 forks source link

Added psr/log version 2.0 || 3.0 to the composer.json #219

Closed barra85 closed 1 year ago

barra85 commented 1 year ago

In order to support psr/log version 2 & 3 we need to define the versions in composer.json file. Verified that psr/log is backward compatible.

rojtjo commented 1 year ago

Thank you for your pull request!

barra85 commented 1 year ago

You welcome. FYI, I have it up and running in Laravel Framework 9.43.0 (PHP 8.1). You may create a new release for PHP 8.1, I can help you if you need any help.

rojtjo commented 1 year ago

I've actually made a start on 8.1 support a few months ago on the 4.x branch, but I'm not quite sure about the current state. Feel free to check it out!