PHP8 Support
Closed this issue ยท 3 comments
repat commented
Hi @mekras
Hi @icanhazstring
would it be possible for you to quickly add PHP8 Support? The package seems to work under PHP8, we'd just need to change "php": "^7.1"
to "php": ">=7.1"
in the composer.json
and release a new version.
Thanks!
icanhazstring commented
Hi @repat,
I will check that and keep you posted ๐
icanhazstring commented
Added support for php8 - tagged with 2.1.4
repat commented
Awesome, that was quick :) Thank you ๐