Skip to content

Conversation

@Miraeld
Copy link
Contributor

@Miraeld Miraeld commented Jan 19, 2026

Description

Fixes #7812
Change berlindb/core from dev-master to stable version 2.0.2

  • Move berlindb/core from require to require-dev
  • Use stable version 2.0.2 instead of dev-master
  • Update Mozart-processed dependencies accordingly

This resolves Composer installation issues for projects enforcing stable dependencies.

Type of change

  • Bug fix (non-breaking change which fixes an issue).

Detailed scenario

What was tested

composer install

How to test

composer install

Affected Features & Quality Assurance Scope

N/a

Technical description

Documentation

Just change composer version of berlindb

Mandatory Checklist

Code validation

  • I validated all the Acceptance Criteria. If possible, provide screenshots or videos.
  • I triggered all changed lines of code at least once without new errors/warnings/notices.
  • I implemented built-in tests to cover the new/changed code.

Code style

  • I wrote a self-explanatory code about what it does.
  • I protected entry points against unexpected inputs.
  • I did not introduce unnecessary complexity.
  • Output messages (errors, notices, logs) are explicit enough for users to understand the issue and are actionnable.

Unticked items justification

No tests for this

- Move berlindb/core from require to require-dev
- Use stable version 2.0.2 instead of dev-master
- Update Mozart-processed dependencies accordingly

This resolves Composer installation issues for projects enforcing stable dependencies.
@Miraeld Miraeld requested a review from a team January 19, 2026 00:06
@Miraeld Miraeld self-assigned this Jan 19, 2026
Copilot AI review requested due to automatic review settings January 19, 2026 00:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR resolves Composer installation issues for projects enforcing stable dependencies by changing berlindb/core from dev-master to stable version 2.0.2 and moving it from require to require-dev.

Changes:

  • Move berlindb/core from require to require-dev section
  • Change berlindb/core version from "dev-master" to "2.0.2"

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for b1384c01 (target: 50.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (b1384c0) Report Missing Report Missing Report Missing
Head commit (3435f69) 42044 18987 45.16%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#7984) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

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.

Composer install of wp-media/wp-rocket (v3.20+) requires berlindb/core dev-master.

3 participants