php-twinfield / twinfield

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

Support PHP 8 and Money 4 #195

Closed bart-mollie closed 3 years ago

bart-mollie commented 3 years ago

This PR moves the supported version of the library to match the currently supported version of PHP:

Unfortunately mediact/dependency-guard does not have a PHP 8 compatible release yet, so I dropped it. I've upgraded PHPStan and PHPUnit to versions that do support it.

I do understand dropping dependency-guard can be a deal breaker. I'd like you to consider allowing moneyphp/money 4.0 in that case.