Merged
Conversation
Widen illuminate/* constraints to accept ^13.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Greptile SummaryThis PR adds Laravel 13 compatibility to the
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
L12["Laravel 12"]
L13["Laravel 13"]
IC12["illuminate/contracts ^12.0"]
IC13["illuminate/contracts ^13.0"]
ID12["illuminate/database ^12.0"]
ID13["illuminate/database ^13.0"]
IS12["illuminate/support ^12.0"]
IS13["illuminate/support ^13.0"]
TB10["orchestra/testbench ^10.0"]
TB11["orchestra/testbench ^11.0"]
L12 --> IC12
L12 --> ID12
L12 --> IS12
L12 --> TB10
L13 --> IC13
L13 --> ID13
L13 --> IS13
L13 --> TB11
IC12 & IC13 --> PKG["romegasoftware/availability"]
ID12 & ID13 --> PKG
IS12 & IS13 --> PKG
TB10 & TB11 --> PKG
Last reviewed commit: "Add Laravel 13 suppo..." |
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.
Summary
illuminate/contracts,illuminate/database, andilluminate/supportconstraints from^12.0to^12.0|^13.0orchestra/testbenchdev dependency from^10.0to^10.0|^11.0Test plan
🤖 Generated with Claude Code