Skip to content

feat: add Laravel 13 support - #42

Merged
lionslair merged 1 commit into
3.xfrom
feature/laravel-13-support
Jul 24, 2026
Merged

lionslair merged 1 commit into
3.xfrom
feature/laravel-13-support

Conversation

@lionslair

Copy link
Copy Markdown
Contributor

Summary

  • Widens the laravel/framework constraint to ^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
  • Bumps orchestra/testbench, larastan/larastan, and ergebnis/composer-normalize dev constraints so the package can actually be tested against Laravel 13 locally (PHP 8.5)

Why

Blocks the elaa app's Laravel 13 upgrade - no released version currently declares L13 support.

Test plan

  • composer update --with-all-dependencies resolves cleanly against laravel/framework 13.21.1
  • vendor/bin/phpstan analyse - no errors
  • vendor/bin/pint --test - passes
  • No automated test suite exists in this package to run beyond the above

🤖 Generated with Claude Code

Widens the laravel/framework constraint to allow ^13.0, alongside the
dev-dependency bumps needed to actually test against it locally
(orchestra/testbench ^11.0, larastan/larastan ^3.9,
ergebnis/composer-normalize ^2.52 for PHP 8.5 support).

No source changes required - Larastan and Pint are clean against
Laravel 13. This package has no automated test suite to run beyond
static analysis.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@lionslair
lionslair merged commit 011add6 into 3.x Jul 24, 2026
3 checks passed
@lionslair
lionslair deleted the feature/laravel-13-support branch July 24, 2026 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants