Skip to content

Comments

Add Laravel 13 support#263

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

Add Laravel 13 support#263
freekmurze merged 3 commits intomainfrom
l13-support

Conversation

@freekmurze
Copy link
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 Html class was refactored to use request() and session() global
helpers, but the tests don't bootstrap a Laravel app and rely on
injecting a mock Request. This restores the optional constructor
parameter with fallback to the global helpers.

Also removes deprecated PHPUnit 9 attributes from phpunit.xml.dist
(backupStaticAttributes, verbose, convertErrorsToExceptions, etc.)
that are incompatible with PHPUnit 10+.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@freekmurze freekmurze merged commit 0579bf4 into main Feb 22, 2026
29 checks passed
@freekmurze freekmurze deleted the l13-support branch February 22, 2026 09:05
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