Skip to content

feat: Laravel 13 compatibility#488

Closed
hari-euka wants to merge 1 commit intoauth0:mainfrom
hari-euka:laravel-13-support
Closed

feat: Laravel 13 compatibility#488
hari-euka wants to merge 1 commit intoauth0:mainfrom
hari-euka:laravel-13-support

Conversation

@hari-euka
Copy link
Copy Markdown

Changes

Update composer requirements to support Laravel 13. This PR addresses all review feedback from #486.

Composer Changes

  • illuminate/contracts: ^11 || ^12^11 || ^12 || ^13
  • illuminate/http: ^11 || ^12^11 || ^12 || ^13
  • illuminate/support: ^11 || ^12^11 || ^12 || ^13

Support Matrix Updates

Updated docs/Support.md with corrections from @kishore7snehil's review of #486:

  1. No PHP 8.2 row under Laravel 13 — Laravel 13 requires PHP 8.3 minimum
  2. Laravel 13 EOL set to March 2028 (not Feb) — released March 17, 2026 with 2 years security support
  3. PHP 8.4 rows added for Laravel 12 and 13 — actively supported, security EOL Dec 2028
  4. Removed outdated forecast text ("The next major release of Laravel is forecasted for Q1 2025")

References

Testing

No code changes — only composer constraint widening and documentation updates.

Contributor Checklist

Update illuminate package constraints to include ^13.

Support matrix changes (addressing review feedback from auth0#486):
- Add Laravel 13.x row with PHP 8.3 minimum (L13 requires PHP 8.3)
- No PHP 8.2 row for L13 (not supported by Laravel 13)
- Laravel 13 EOL set to March 2028 (released March 17, 2026)
- Add PHP 8.4 rows for Laravel 12 and 13 (actively supported, EOL Dec 2028)
- Remove outdated forecast text

Addresses feedback from kishore7snehil on auth0#486.
@hari-euka hari-euka requested a review from a team as a code owner March 27, 2026 09:57
@hari-euka
Copy link
Copy Markdown
Author

Hey @kishore7snehil can you check this PR. I made all the requested changed in the other PR as the author doesn't seem to be responding.

So please have a look at this. Thanks again.

@cosmastech
Copy link
Copy Markdown

cosmastech commented Mar 27, 2026

the author doesn't seem to be responding.

😆 it was 5 hours ago and 2 AM for me.

@hari-euka
Copy link
Copy Markdown
Author

the author doesn't seem to be responding.

😆 it was 5 hours ago and 2 AM for me.

@cosmastech Yeah sorry about. 😂

@hari-euka hari-euka closed this Mar 27, 2026
@hari-euka hari-euka deleted the laravel-13-support branch March 27, 2026 23:14
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.

Laravel 13 support

2 participants