Skip to content

v4.1.0

Latest

Choose a tag to compare

@deligoez deligoez released this 15 Apr 14:05

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 supportilluminate/contracts constraint now accepts ^13.0
  • CI pest matrix expanded to cover Laravel 13 on PHP 8.3 and 8.4 across both prefer-lowest and prefer-stable dependency resolutions

Changed

  • orchestra/testbench dev constraint widened to include ^11.0 for 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