Skip to content

chore(deps): support deployer v8#34

Merged
konradmichalik merged 3 commits into
mainfrom
feature/deployer-v8-support
Jun 29, 2026
Merged

chore(deps): support deployer v8#34
konradmichalik merged 3 commits into
mainfrom
feature/deployer-v8-support

Conversation

@konradmichalik

@konradmichalik konradmichalik commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Widen the deployer/deployer constraint to ^7.0 || ^8.0 and bump sourcebroker/deployer-extended to ^24.2 (the first release that allows Deployer v8).
  • Dual support, no breaking change: on PHP 8.1/8.2 Composer resolves Deployer v7, on PHP 8.3+ it can resolve v8. php stays ^8.1.

Background

sourcebroker/deployer-extended was the sole blocker for Deployer v8 (it pinned ^7.0.0). Release 24.2.0 now allows ^7.0.0 || ^8.0.0 and has no hard dependency on the v7-pinned companion packages, so the graph resolves cleanly.

Verification

  • composer update -W --dry-run (PHP 8.5) resolves the v8 path: deployer/deployer v8.0.5, maml/maml v3.2.0, sourcebroker/deployer-extended 24.2.0, symfony/console v8.1.1 — exit 0.
  • composer.json is already normalized; the recipe code uses only Deployer APIs that are unchanged in v8 (verified earlier: parse, run, currentHost, Httpie, GroupTask, recipe/common.php all present in v8).
  • CGL CI runs on PHP 8.3, so it exercises the v8 resolution path.

Changes

  • composer.jsondeployer/deployer: ^7.0 || ^8.0, sourcebroker/deployer-extended: ^24.2

Refs: sourcebroker/deployer-extended#22

Summary by CodeRabbit

  • Chores
    • Updated dependency compatibility to support newer Composer versions and a more recent deployment helper package.

@coderabbitai

coderabbitai Bot commented Jun 29, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@konradmichalik, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 38 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7ffc3dc4-787c-4f91-93a4-ba6ec60b5880

📥 Commits

Reviewing files that changed from the base of the PR and between 3c323b9 and c7d5d19.

📒 Files selected for processing (2)
  • composer-unused.php
  • src/Utility/VarUtility.php
📝 Walkthrough

Walkthrough

Two dependency constraints in composer.json were updated: deployer/deployer now accepts major version 7 or 8 (^7.0 || ^8.0), and sourcebroker/deployer-extended was widened from ^24.0 to ^24.2.

Changes

Dependency Constraints Update

Layer / File(s) Summary
Broaden deployer version constraints
composer.json
deployer/deployer constraint changed to ^7.0 || ^8.0; sourcebroker/deployer-extended raised to ^24.2.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A hop, a skip, version eight is in!
The rabbit bumped deps with a whisker-thin grin 🐇
From twenty-four-oh to twenty-four-two,
Composer now knows just what it should do.
✨ Onward we bound through the meadow of code! ✨

🚥 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 clearly reflects the main dependency change: adding support for Deployer v8 while keeping v7 compatibility.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/deployer-v8-support

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.

@konradmichalik konradmichalik merged commit 2a6f4f3 into main Jun 29, 2026
2 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.

1 participant