DivideBV / Postnl

Library to connect to PostNL's SOAP service called CIF
GNU General Public License v2.0
31 stars 40 forks source link

Support for PHP 8 #81

Closed michieljakobs closed 3 years ago

michieljakobs commented 3 years ago

Currently only PHP version 5.6 to 7 is supported. When is PHP 8 expected to be supported?

php8-support

michieljakobs commented 3 years ago

After running "composer update", I still get an error message. This message is similar to the first.

afbeelding

ameenross commented 3 years ago

I don't think there's any reason that it's not compatible with PHP 8. And in fact I think PHP nowadays is stable enough to just have open-ended PHP support (>=7.1.0 for example)

ameenross commented 3 years ago

I tagged a new release... report back if it turns out compatibility is an issue.