Upgrade guzzle & psr7 out of CVE-affected versions; pin dev dependencies - #9
Merged
Conversation
added 2 commits
July 6, 2026 09:58
Bumps transitive dev deps to patch three medium-severity advisories: - guzzlehttp/guzzle 7.11.1 => 7.13.2 (CVE-2026-55767, CVE-2026-55568) - guzzlehttp/psr7 2.11.0 => 2.12.3 (CVE-2026-55766) composer audit now reports no advisories. Lockfile-only change; composer.json is unaffected since guzzle is pulled in transitively.
Locks orchestra/testbench, pestphp/pest, and phpstan/phpstan to the versions currently in use so composer update cannot move them. Prod requirements are left unchanged.
interworks-morr
approved these changes
Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two related dependency-hygiene changes.
1. Upgrade guzzle & psr7 out of CVE-affected versions
Bumps two transitive dev dependencies out of versions flagged by
composer audit:Advisories cleared:
2. Pin dev dependencies to exact installed versions
Locks the direct dev dependencies so
composer updatecannot move them:Production
require(php: ^8.3) is unchanged.Notes
laravel/framework->orchestra/testbench; there is no productionrequireon guzzle, so this is a lockfile + dev-constraint change only.^7.8.2satisfied).Verification
composer audit→ No security vulnerability advisories foundcomposer validate→ validvendor/bin/pest→ 143 passed (144 assertions)vendor/bin/phpstan --memory-limit=1G→ No errors