Skip to content

Update illuminate/support requirement to include 13.0#13

Open
trippo wants to merge 1 commit intoBlaspsoft:mainfrom
trippo:patch-1
Open

Update illuminate/support requirement to include 13.0#13
trippo wants to merge 1 commit intoBlaspsoft:mainfrom
trippo:patch-1

Conversation

@trippo
Copy link
Copy Markdown

@trippo trippo commented Apr 23, 2026

Summary by CodeRabbit

  • Chores
    • Expanded dependency compatibility to support Laravel 13 alongside existing supported versions.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 23, 2026

📝 Walkthrough

Walkthrough

The composer.json file was updated to expand the illuminate/support dependency constraint, adding support for Laravel 13 (^13.0) while maintaining compatibility with previously supported versions 8 through 12.

Changes

Cohort / File(s) Summary
Dependency Version Update
composer.json
Expanded illuminate/support constraint from ^8.0|^9.0|^10.0|^11.0|^12.0 to include ^13.0, enabling Laravel 13 compatibility.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 Hopping through versions with glee,
Laravel thirteen now set free,
Constraints expanded, compatibility grows,
Future-proofing where support flows! 🌱✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: expanding the illuminate/support dependency constraint to include Laravel 13.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@composer.json`:
- Line 21: The composer.json declares support for Laravel 13 via
"illuminate/support": "^...|^13.0" but the dev/test dependency
"orchestra/testbench" is still pinned to ^10.0; update the "orchestra/testbench"
requirement to ^11.0 (or ^11.0||^12.0 if you want future compatibility) so tests
run against Laravel 13—locate the "orchestra/testbench" entry in composer.json
and change its version constraint accordingly, then run composer update to
refresh lockfile and ensure testbench is compatible with the
"illuminate/support" ^13.0 entry.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 80be0191-0177-4bea-a313-f629a661f922

📥 Commits

Reviewing files that changed from the base of the PR and between d8a37c7 and 82f00e5.

📒 Files selected for processing (1)
  • composer.json

Comment thread composer.json
"php": "^8.2",
"blaspsoft/onym": "^1.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🌐 Web query:

What versions of orchestra/testbench support Laravel 13 (illuminate/support ^13.0)? Please cite the official package docs/changelog or Packagist constraints.

💡 Result:

orchestra/testbench versions ^11.0 support Laravel 13 (illuminate/support ^13.0). Versions ^10.0 and below support up to Laravel 12.

Citations:


Update orchestra/testbench to ^11.0 for Laravel 13 support

Line 21 expands runtime support to Laravel 13, but orchestra/testbench on Line 24 remains at ^10.0, which only supports up to Laravel 12. Update it to at least ^11.0 to enable proper testing of Laravel 13 compatibility.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@composer.json` at line 21, The composer.json declares support for Laravel 13
via "illuminate/support": "^...|^13.0" but the dev/test dependency
"orchestra/testbench" is still pinned to ^10.0; update the "orchestra/testbench"
requirement to ^11.0 (or ^11.0||^12.0 if you want future compatibility) so tests
run against Laravel 13—locate the "orchestra/testbench" entry in composer.json
and change its version constraint accordingly, then run composer update to
refresh lockfile and ensure testbench is compatible with the
"illuminate/support" ^13.0 entry.

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