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 (#20)
* Bump PHPUnit dependencies
* Ignore PHPUnit cache folder
* Adopt PHP attributes in test classes
* Add return types to test methods
* Define test classes as `final`
* Only support Laravel 10 and 11
* Migrate PHPUnit XML
* Don't use Kernel to test middleware
* Update UPGRADE.md
* Add Laravel 11 middleware instructions to README
---------
Co-authored-by: Shift <shift@laravelshift.com>