Skip to content

v1.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 16:40
Immutable release. Only release title and notes can be modified.
b2ae12c

Added

  • Laravel 13 support. Updated illuminate/support constraint to ^11.0|^12.0|^13.0. Laravel 13 is only selectable on PHP 8.3+ per L13's own php constraint. (#47)

Changed

  • Tightened the lower bound on illuminate/support from the previous overly-permissive >=5.3 to ^11.0. No practical impact for existing installs — the package's PHP ^8.2 floor and Livewire 3.6+ requirement already made Laravel 5.3–10.x unreachable.