What's Changed
Laravel 13 Support
- Laravel 13 compatibility by @fdemb in #140
- CI now tests PHP 8.2–8.4 against Laravel 11.x, 12.x, and 13.x
- PHP 8.2+ is now required (PHP 8.1 is EOL and was already unsupported by Laravel 11+)
Fixes
- Compatibility with immutable date casting by @SkyLundy in #137 —
lastLoginAt(),lastSuccessfulLoginAt(), andpreviousLoginAt()now return\Carbon\CarbonInterfaceinstead of\Illuminate\Support\Carbon, fixing aTypeErrorin applications that cast model dates toCarbonImmutable(the default in current Laravel starter kits)
New Contributors
Full Changelog: v6.0.1...v6.1.0