Laravel 13 support — a drop-in upgrade from v4.0.x. No code changes required; just run composer update. Laravel 11 and 12 remain fully supported alongside Laravel 13.
Added
- Laravel 13 support —
illuminate/contractsconstraint now accepts^13.0 - CI pest matrix expanded to cover Laravel 13 on PHP 8.3 and 8.4 across both
prefer-lowestandprefer-stabledependency resolutions
Changed
orchestra/testbenchdev constraint widened to include^11.0for Laravel 13 testing- Applied Pint 1.29 style rules (
fully_qualified_strict_types,phpdoc_line_span,ordered_imports) — pure formatting, no behavioral change
Compatibility
| Supported | |
|---|---|
| PHP | 8.3, 8.4 |
| Laravel | 11, 12, 13 |
Full Changelog: v4.0.1...v4.1.0