- [Support] Added support for PHP 8.0
- [CoreFunction] Added support for andReturnUsing().
- [CoreFunction] Added support for andThrow().
- [CoreFunction] Ensure we only call argument matching closures once.
- [Support] Added support for PHP 7.4
- [CoreFunction] If the number of times to call is not specified, assume zero or more.
- [Support] Added support for PHP 7.3
- [Support] Dropped support for PHP 7.1
- [CoreFunction] Add support for using mockery matchers.
- [CoreFunction] Add support for passing parameters as references.
- [CoreFunction] Allow core functions to be mocked.