Skip to content

Add support of google/protobuf v5.x#39

Merged
roxblnfk merged 1 commit into
roadrunner-php:3.xfrom
albearman:3.x
Jun 4, 2026
Merged

Add support of google/protobuf v5.x#39
roxblnfk merged 1 commit into
roadrunner-php:3.xfrom
albearman:3.x

Conversation

@albearman
Copy link
Copy Markdown
Contributor

@albearman albearman commented Jun 4, 2026

Q A
Bugfix?
Breaks BC?
New feature?

Chore:
Add support google/protobuf v5.x

Summary by CodeRabbit

  • Chores
    • Updated dependency compatibility to support the latest version of the protocol buffer library.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 435d89e2-422a-476c-9961-7903a7316b17

📥 Commits

Reviewing files that changed from the base of the PR and between 916c061 and 308e6ec.

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

📝 Walkthrough

Walkthrough

The PR expands the google/protobuf Composer dependency constraint in composer.json to support version 5.0 alongside existing 3.7 and 4.0 ranges, enabling broader compatibility with recent Protobuf releases.

Changes

Protobuf Dependency Expansion

Layer / File(s) Summary
Protobuf 5.0 Dependency Constraint
composer.json
The require["google/protobuf"] constraint is expanded from ^3.7 || ^4.0 to ^3.7 || ^4.0 || ^5.0, enabling the package to work with Protobuf 5.0 releases.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • roadrunner-php/grpc#31: Both PRs extend google/protobuf version support constraints in composer.json to support additional major versions.

Suggested labels

enhancement

Suggested reviewers

  • wolfy-j
  • rustatian
  • roxblnfk

Poem

🐰 A version constraint grows so free,
From three and four to five with glee!
Protobuf versions now align,
This little hop makes all things shine! ✨

🚥 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 describes the main change: adding support for google/protobuf v5.x by expanding the version constraint in composer.json.
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.

@butschster butschster requested a review from roxblnfk June 4, 2026 11:06
@roxblnfk roxblnfk merged commit df7a8b9 into roadrunner-php:3.x Jun 4, 2026
7 checks passed
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