Laravel 13 support
This release adds full Laravel 13 compatibility.
What's changed
- Allow
illuminate/*^13andlaravel/scout^11in composer constraints (#382, #383) — on Laravel 13, Scout resolves to v11.3.0+, the first Scout release compatible with Laravel 13 - Fix infinite recursion in the engine
extendclosure on Laravel 13 (#387) — Laravel 13'sManager::extendrebinds the closure's$thisand scope to the manager, which routed the driver's internal helper calls throughManager::__callback into the same closure - Declare TNTSearch v5 compatibility (#379) and PHPUnit 11–13 in dev dependencies
- Set builder in mapping functions (#377)
Requirements on Laravel 13
- PHP ^8.3 (required by Laravel 13 itself)
laravel/scout^11.3teamtnt/tntsearch^5.0
Full Changelog: v15.0.0...v16.0.0