Release 2.0
This is a new major version.
Although there are no changes in the API, a major release was created due to the breaking changes caused by the changed dependencies.
If you are on Laravel 5.x or on a PHP version before 7.2, you should really try to upgrade as soon as possible.
If that is not an option for you, please use 1.x
for your project.
- Implement Laravel 6 Support (#8)
Possible breaking changes:
- Require at least PHP 7.2
- Require at least PHPUnit 8
- Require at least Testbench 4
- Require at least Mockery 1.x