Skip to content

feat!: Acorn 5 only (v2.0.0) - #45

Merged
rivanuff merged 1 commit into
mainfrom
feat/acorn5-only
Sep 4, 2026
Merged

feat!: Acorn 5 only (v2.0.0)#45
rivanuff merged 1 commit into
mainfrom
feat/acorn5-only

Conversation

@rivanuff

@rivanuff rivanuff commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

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)
  • Pinned yard/data^2.0 for the new major stack

Will be released as v2.0.0. Draft — no tag yet.

@rivanuff rivanuff self-assigned this Sep 3, 2026
@rivanuff
rivanuff marked this pull request as ready for review September 4, 2026 08:58
@rivanuff
rivanuff requested a review from a team as a code owner September 4, 2026 08:58
@rivanuff
rivanuff requested review from Rovasch, ShunLuk, SimonvanWijhe, dtakken, ictbeheer and mvdhoek1 and a lite review from Copilot September 4, 2026 08:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🟡 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/acorn to ^5.0 only.
  • Restricts jgrossi/corcel to ^9.0 only.
  • Bumps yard/data to ^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 thread composer.json
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"
@rivanuff
rivanuff merged commit 9081c2c into main Sep 4, 2026
5 of 17 checks passed
@rivanuff
rivanuff deleted the feat/acorn5-only branch September 4, 2026 09:01
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.

2 participants