Skip to content

PHP 8.4 Compatibility

Latest

Choose a tag to compare

@donatj donatj released this 17 Jan 20:51
· 4 commits to master since this release
0150f93

Drops support for PHP < 7.1

Because PHP 8.4 deprecates implicit nullables, keeping the codes existing type safety required explicit nullability. This was introduced in PHP 7.1.

To support PHP 8.4 without sacrificing type safety, I've sadly had to drop support for PHP 5.x and 7.0.

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0