Skip to content

Add Laravel 13 support - #194

Merged
freekmurze merged 3 commits into
mainfrom
l13-support
Feb 22, 2026
Merged

Add Laravel 13 support#194
freekmurze merged 3 commits into
mainfrom
l13-support

Conversation

@freekmurze

Copy link
Copy Markdown
Member

Summary

  • Add Laravel 13 support
  • Add PHP 8.5 to test matrix
  • Fix coverage warnings
  • Update test dependencies (Pest 4, PHPUnit 12, Testbench 11)

The 'allows setting the writer type manually' test used php://output which
prints a BOM character to stdout, triggering PHPUnit's strict output check.
Use a temp file path instead since the test only verifies the Writer type.

Also remove deprecated PHPUnit attributes (backupStaticAttributes,
convertErrorsToExceptions, convertNoticesToExceptions,
convertWarningsToExceptions, verbose) that were removed in PHPUnit 10+.
@freekmurze
freekmurze merged commit 6709505 into main Feb 22, 2026
19 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.

1 participant