Skip to content

Add Laravel 13 support#41

Merged
sfkelseylee merged 7 commits intosolutionforest:mainfrom
ImJustToNy:feature/laravel-13
Apr 29, 2026
Merged

Add Laravel 13 support#41
sfkelseylee merged 7 commits intosolutionforest:mainfrom
ImJustToNy:feature/laravel-13

Conversation

@ImJustToNy
Copy link
Copy Markdown
Contributor

Widens illuminate/contracts to ^11.28|^12.0|^13.0 and bumps dev dependencies (Testbench, Pest, Larastan, etc.) to versions compatible with Laravel 11/12/13. Adds a CI matrix (run-tests.yml) that runs the test suite and PHPStan across PHP 8.2/8.3/8.4 x Laravel 11/12/13, replacing the previous single-version phpstan.yml. Also fixes a real bug PHPStan surfaced:
ImageEntry::simpleLightbox was passing a second argument to extraImgAttributes() that the infolists method doesn't accept (only ImageColumn's does), and removes a dead is_null() check on a value already narrowed to string.

@sfkelseylee sfkelseylee merged commit b9ddf6d into solutionforest:main Apr 29, 2026
9 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