Skip to content

chore(tests): bump guzzle to ^7.9 in php test fixtures - #8

Merged
rustatian merged 2 commits into
masterfrom
fix/ci-guzzle-7
Jul 16, 2026
Merged

chore(tests): bump guzzle to ^7.9 in php test fixtures#8
rustatian merged 2 commits into
masterfrom
fix/ci-guzzle-7

Conversation

@rustatian

Copy link
Copy Markdown
Member

guzzle ^6.5 has no patched release for the open advisories (fix requires >= 7.12.1), so Dependabot security updates always fail to resolve. Bump to ^7.9 and relock (guzzle 7.14.2, psr7 2.12.5). composer audit is clean.

Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
Copilot AI review requested due to automatic review settings July 16, 2026 09:15
@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

Next review available in: 31 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: 0dff3790-ef62-4cc2-a512-0ee863715339

📥 Commits

Reviewing files that changed from the base of the PR and between a61173e and 7f659d2.

⛔ Files ignored due to path filters (1)
  • tests/php_test_files/composer.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • tests/php_test_files/composer.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/ci-guzzle-7

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.

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.

Pull request overview

Updates the PHP test fixture dependencies to move off Guzzle 6.x (which can’t resolve current security advisories) and onto the Guzzle 7.x line, with an updated lockfile to reflect the new dependency graph.

Changes:

  • Bump guzzlehttp/guzzle requirement in the PHP test fixture composer.json to the 7.x range.
  • Regenerate composer.lock, updating Guzzle to 7.14.2 and associated transitive dependencies (e.g., guzzlehttp/psr7 2.x, psr/http-message 2.0).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
tests/php_test_files/composer.json Updates the test fixture’s declared Guzzle version constraint to 7.x.
tests/php_test_files/composer.lock Refreshes the lockfile to the new resolved dependency set (Guzzle 7.14.2 and related updates).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread tests/php_test_files/composer.json Outdated
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
@rustatian
rustatian merged commit 70a75f0 into master Jul 16, 2026
8 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