github teamtnt/laravel-scout-tntsearch-driver v16.0.0
v16.0.0 — Laravel 13 support

4 hours ago

Laravel 13 support

This release adds full Laravel 13 compatibility.

What's changed

  • Allow illuminate/* ^13 and laravel/scout ^11 in 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 extend closure on Laravel 13 (#387) — Laravel 13's Manager::extend rebinds the closure's $this and scope to the manager, which routed the driver's internal helper calls through Manager::__call back 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.3
  • teamtnt/tntsearch ^5.0

Full Changelog: v15.0.0...v16.0.0

Don't miss a new laravel-scout-tntsearch-driver release

NewReleases is sending notifications on new releases.