feat!: Acorn 5 only (v2.0.0) - #45
Merged
Merged
Conversation
rivanuff
marked this pull request as ready for review
September 4, 2026 08:58
rivanuff
requested review from
Rovasch,
ShunLuk,
SimonvanWijhe,
dtakken,
ictbeheer and
mvdhoek1
and
a lite review from Copilot
September 4, 2026 08:58
There was a problem hiding this comment.
🟡 Changes recommended
The PR claims Laravel 12-only support but require-dev still permits Testbench versions for Laravel 10/11, which can produce an incompatible dev/test environment.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Drops legacy dependency support to align the package with the Acorn 5 / Laravel 12 stack for the upcoming v2.0.0 release.
Changes:
- Restricts
roots/acornto^5.0only. - Restricts
jgrossi/corcelto^9.0only. - Bumps
yard/datato^2.0.
File summaries
| File | Description |
|---|---|
| composer.json | Updates Composer constraints to require the new major dependency stack (Acorn 5 / Corcel 9 / yard-data 2). |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+27
to
+31
| "jgrossi/corcel": "^9.0", | ||
| "roots/acorn": "^5.0", | ||
| "spatie/laravel-data": "^4.13", | ||
| "spatie/laravel-package-tools": "^1.16", | ||
| "yard/data": "^1.6" | ||
| "yard/data": "^2.0" |
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.
Drops Acorn 4 support; Acorn 5 / Laravel 12 only.
roots/acorn→^5.0(was^4.0 || ^5.0)jgrossi/corcel→^9.0(was^7.0 || ^8.0 || ^9.0)yard/data→^2.0for the new major stackWill be released as v2.0.0. Draft — no tag yet.