This release updates the code in the following ways:
- Type hints all parameters and returns, now passes PHPStan level 6.
- Moves PHP version to 7.4.
- Updates development tooling to use modern self-contained PHPUnit and PHPStan.
- Replaces
require: icecave\isolatorwithrequire-dev: php-mock/php-mock-phpunitto remove the PHP global function calls with mocks only during testing, instead of having the proxy running in the library at all times.