Skip to content

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

Merged
rivanuff merged 2 commits into
mainfrom
feat/acorn5-only
Sep 4, 2026
Merged

feat!: Acorn 5 only (v2.0.0)#101
rivanuff merged 2 commits 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.

  • jgrossi/corcel^9.0 (was ^7.0 || ^8.0 || ^9.0)

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

@rivanuff rivanuff self-assigned this Sep 3, 2026
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

Coverage report for commit: 8ef8148
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ███████████████████████ │ 75.0%
  10% │ ██░░░░░░░░░░░░░░░░░░░░░ │  6.3%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ██░░░░░░░░░░░░░░░░░░░░░ │  6.3%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ████░░░░░░░░░░░░░░░░░░░ │ 12.5%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 9.89% | Methods: 7.27%
FilesLinesMethodsBranches
src/Attributes
   Meta.php--100.00%
   MetaPrefix.php--100.00%
   TaxonomyPrefix.php--100.00%
   Terms.php--100.00%
src
   CommentData.php--100.00%
   ImageData.php--100.00%
   PostData.php8.94%7.41%100.00%
   TermData.php--100.00%
   UserData.php--100.00%
src/Contracts
   PostDataInterface.php100.00%100.00%100.00%
src/Enums
   PostStatus.php--100.00%
src/Mappers
   PostPrefixMapper.php--100.00%
   UserPrefixMapper.php--100.00%
src/Normalizers
   WPPostNormalizer.php--100.00%
src/Providers
   DataServiceProvider.php100.00%100.00%100.00%
src/Traits
   HasMeta.php25.00%-100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@rivanuff
rivanuff marked this pull request as ready for review September 4, 2026 08:25
@rivanuff
rivanuff requested a review from a team as a code owner September 4, 2026 08:25
@rivanuff
rivanuff requested review from Rovasch, ShunLuk, SimonvanWijhe, dtakken, ictbeheer and mvdhoek1 and a lite review from Copilot September 4, 2026 08:25
@rivanuff
rivanuff merged commit b0bcb5e into main Sep 4, 2026
7 checks passed
@rivanuff
rivanuff deleted the feat/acorn5-only branch September 4, 2026 08:25

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

Composer constraints don’t currently enforce the stated Acorn 5/Laravel 12-only support boundary, which can allow unsupported installs.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR prepares the package for a v2.0.0 breaking release by narrowing supported dependency versions to match the stated “Acorn 5 / Laravel 12 only” direction and removing now-unneeded Composer audit ignores.

Changes:

  • Removes the config.audit.ignore block from composer.json.
  • Restricts jgrossi/corcel to ^9.0 (dropping multi-major support).
File summaries
File Description
composer.json Removes Composer audit ignore configuration and tightens the Corcel version constraint.
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 19 to 23
"require": {
"php": ">=8.2",
"jgrossi/corcel": "^7.0 || ^8.0 || ^9.0",
"jgrossi/corcel": "^9.0",
"spatie/laravel-data": "^4.5"
},
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