Skip to content

PHP 8 Support

Choose a tag to compare

@Firehed Firehed released this 28 Sep 23:48
7ef8645

This release adds official support for PHP 8, and adds it into the CI process. In doing so, support for 7.1 has been dropped (though there are no code changes that should stop it from working on that version) since it's outside of the official PHP support window.

Some additional type information for static analysis tools (like PHPStan) has been added/updated.