Laravel 13 + PHP 8.4 + Pest 5 baseline.
- Requires PHP ^8.4 and Laravel ^13.0 (illuminate/broadcasting, contracts, database, support)
- Requires ozankurt/laravel-modules-core ^2.0 and ozankurt/laravel-modules-interactions ^2.0
- spatie/laravel-package-tools ^1.93
- Test toolchain on Pest 5 and Orchestra Testbench 11
- Filament 3, 4 and 5 all still supported; laravel/reverb stays at ^1.0
- CI matrix: PHP 8.4 x Laravel 13 x Filament 3/4/5
One source change: ChatServiceProvider::moduleManifest() narrowed from ?ModuleManifest to ModuleManifest, since it always returned a manifest and the nullable half was dead. Suite is green at 114 passed / 270 assertions with PHPStan level 8 clean. Broadcasting remains fully faked in tests.
BREAKING: drops Laravel 12 and PHP 8.3.