Skip to content

v2.2.3

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:50
· 193 commits to main since this release
Immutable release. Only release title and notes can be modified.
f511a31

Changed

  • Widened laravel/tinker constraint to allow v3 (#167, #168) — composer.json require.laravel/tinker is now ^2.10.1|^3.0. laravel/tinker v2 caps at illuminate/* ^12.0, so Laravel 13 consumer apps require laravel/tinker ^3.0; the previous pin blocked the upgrade even though the framework constraint already permitted Laravel 13. No code changes — tinker is not referenced in src/ or tests/. Existing Laravel 12 users on laravel/tinker ^2.10.1 are unaffected.