2.0.0
This is a superficial major version release. It marks the adoption of a new Support Policy by dropping support for old versions of Laravel (currently 6.x, 7.x). There are no changes to functionality or underlying code other than requiring the latest stable version of Laravel (currently 8.x).
This also removes the assertNotSoftDeleted
assertion in favor of using the native assertNotSoftDeleted
added in Laravel 8.62. As the first parameter matches, no code changes are required.