Upgrade to Laravel 13 - #44
Merged
Merged
Conversation
Bumps the framework from Laravel 12.62 to 13.20 (staying on PHP 8.4). No dependency blocked the upgrade; flux-pro resolved to a Laravel 13 compatible release (2.15.0). composer.json: - laravel/framework ^12.16 -> ^13.0 - laravel/tinker ^2.9 -> ^3.0 - kyledoesdev/essentials 0.0.6 -> ^0.0.7 (0.0.6 capped illuminate at ^12) - pestphp/pest ^3.8 -> ^4.0, pestphp/pest-plugin-laravel ^3.2 -> ^4.0 (pulls phpunit 12) - barryvdh/laravel-debugbar ^3.14 -> ^4.0 (3.x tops out at Laravel 12) Code: - routes/prezet.php: VerifyCsrfToken -> PreventRequestForgery (L13 middleware rename) CI: - workflow PHP 8.3 -> 8.4 to match composer.json's ^8.4 (ends a latent mismatch) Verified: 27 Pest tests pass, composer audit clean, npm run build succeeds, app boots (artisan about -> 13.20.0) with all 58 routes registering. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Resolves composer.lock conflict caused by the security patches (PR #43) landing on master. Kept the Laravel 13 branch's lock via --ours: it is a full L13 resolution that already contains the same secure package versions (guzzle 7.14.2, psr7 2.12.5, phpseclib 3.0.55, jmespath 2.9.2). package-lock.json auto-merged to master's patched npm versions. composer validate passes and the lock installs cleanly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrades the framework from Laravel 12.62 to 13.20 (staying on PHP 8.4). Laravel 12 bug-fix support ends Aug 13, 2026, so this keeps us on a supported release (bug fixes to Q3 2027, security to Mar 2028).
No dependency blocked the upgrade —
livewire/flux-proresolved to a Laravel 13-compatible release (2.15.0).composer.json
laravel/framework^12.16 → ^13.0laravel/tinker^2.9 → ^3.0kyledoesdev/essentials0.0.6 → ^0.0.7 (0.0.6 capped illuminate at ^12)pestphp/pest^3.8 → ^4.0,pestphp/pest-plugin-laravel^3.2 → ^4.0 (pulls PHPUnit 12)barryvdh/laravel-debugbar^3.14 → ^4.0 (3.x tops out at Laravel 12)Code
routes/prezet.php:VerifyCsrfToken→PreventRequestForgery(L13 middleware rename)CI
composer.json's^8.4(closes a latent mismatch)Verification
composer auditcleannpm run buildsucceedsartisan about→ 13.20.0, all 58 routes register🤖 Generated with Claude Code