Skip to content

Add Laravel 13 support#8

Merged
swilla merged 1 commit into
mainfrom
support-laravel-13
Jun 12, 2026
Merged

Add Laravel 13 support#8
swilla merged 1 commit into
mainfrom
support-laravel-13

Conversation

@swilla

@swilla swilla commented Jun 12, 2026

Copy link
Copy Markdown
Member

Summary

  • allow illuminate/contracts 13.x in addition to existing Laravel 10-12 support
  • allow Testbench 11 and Pest 4 for Laravel 13 verification
  • add PHP 8.4 to the GitHub Actions test matrix

Verification

  • composer validate --strict
  • composer update --with='illuminate/contracts:13.*' --with='orchestra/testbench:11.*' --no-interaction --prefer-dist --no-progress
  • composer test with Laravel 13.15.0, Filament 5.6.7, Testbench 11.1.0, Pest 4.7.3

Note

  • composer analyse is not part of this repo's current GitHub Actions workflow. When run locally against the Laravel 13 / PHPStan 2 dependency set, it exposes existing PHPStan configuration/type issues unrelated to the Composer support bump.

@swilla swilla merged commit 4fdb68e into main Jun 12, 2026
2 checks passed
@swilla swilla deleted the support-laravel-13 branch June 12, 2026 16:10
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.

1 participant