Skip to content

Allow usage with PHP 8.0/PHP 8.1 (#21)

Compare
Choose a tag to compare
@mpdude mpdude released this 05 May 07:55
· 28 commits to master since this release
481cc6c
Allow usage with PHP 8.x, fix a deprecation notice (#21)

This declares compatibility with PHP 8.0/8.1 and fixes a deprecation notice I encountered.

Does not use real `mixed` type hints to avoid PHP 8.0 as a minimum requirement.

Closes #15.