Skip to content

v2.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 22:52
Immutable release. Only release title and notes can be modified.
bcdf27f

Added

  • Laravel 13 support. Widened the illuminate/support constraint to ^10.0|^11.0|^12.0|^13.0. Existing Laravel 10/11/12 users are unaffected; Laravel 13 is only selectable on PHP 8.3+ per its own framework constraint.

Changed

  • Widened orchestra/testbench dev requirement to ^10.2|^11.0 so package tests can install against Laravel 13.
  • Swept the package through Laravel Pint to bring it back in line with the configured code style (no behavioral changes).