Skip to content

Add Laravel 13 support#8

Merged
kykurniawan merged 1 commit into
ruangdeveloper:mainfrom
alexanderkroneis:feature/laravel-13-support
Apr 10, 2026
Merged

Add Laravel 13 support#8
kykurniawan merged 1 commit into
ruangdeveloper:mainfrom
alexanderkroneis:feature/laravel-13-support

Conversation

@alexanderkroneis

@alexanderkroneis alexanderkroneis commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Widen laravel/framework constraint to include ^13.0
  • Bump phpunit/phpunit to ^11.5 || ^12.0 (PHPUnit 12 is required by Laravel 13)
  • Bump orchestra/testbench to ^9.12 || ^10.0 || ^11.0 (Testbench 11 = Laravel 13)
  • No source code or test changes needed — all APIs used by this package are unchanged in Laravel 13

Test plan

  • composer update resolves successfully with Laravel 13
  • All 11 existing tests pass on Laravel 13 + PHPUnit 12

🤖 Generated with Claude Code and reviewed by @alexanderkroneis

Widen dependency constraints to support Laravel 13 alongside 11 and 12:
- laravel/framework: ^11.0 || ^12.0 || ^13.0
- phpunit/phpunit: ^11.5 || ^12.0
- orchestra/testbench: ^9.12 || ^10.0 || ^11.0

No source code changes needed — all APIs used by this package are
unchanged in Laravel 13.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@kykurniawan kykurniawan reopened this Apr 10, 2026
@kykurniawan kykurniawan merged commit 8797e88 into ruangdeveloper:main Apr 10, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants