Add php8 support
m1x0n opened this issue · 2 comments
m1x0n commented
In terms of php8 migration following changes should be made:
- Moving to github actions
- Adjust libraries dependencies: php8, guzzle
- Try to automate refactoring with https://github.com/rectorphp/rector
jljr222 commented
I just wanted to ask if this is now PHP 8 compatible. Thank you for your work!
m1x0n commented
Hi @jljr222 ! Frankly speaking I haven't tested all the functionality yet. Most of the work was done via rector in order to get use of some new features(mostly types related). On the other hand some basic tests already passed against php8 version.
Anyways if you find some glitches feel free to submit an issue.
Thanks for your interest!