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
Add support Laravel 11 and PHPUnit 10 (#107)
* Bump PHPUnit dependencies
* Ignore PHPUnit cache folder
* Adopt PHP attributes in test classes
* Add return types to test methods
* Define test classes as `final`
* Update .gitignore
* Support only Laravel 10 and newer
* Migrate PHPUnit XML
* Add instructions to upgrade to Laravel 11
* Add Laravel 11 middleware instructions to README
---------
Co-authored-by: Shift <shift@laravelshift.com>