You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.4.0
======
First release with support for PHP 8.0.
Internally, all PHPUnit tests are updated to use `self::` syntax instead of `$this->` for assertions.
Code is reformatted to use 4 spaces as well.
v1.2.0
======
- Dropped Travis CI in favor of GitHub Actions CI
- Dropped support for PHP 7.2 and older.
- Using PHPUnit ^9.2
- Improvements in tests
- Added return and parameter types to several of the methods.