Skip to content

Bump the patches-and-minor-upgrades group across 1 directory with 2 updates#169

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/patches-and-minor-upgrades-b75e50a8b6
Open

Bump the patches-and-minor-upgrades group across 1 directory with 2 updates#169
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/patches-and-minor-upgrades-b75e50a8b6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps the patches-and-minor-upgrades group with 2 updates in the / directory: guzzlehttp/guzzle and friendsofphp/php-cs-fixer.

Updates guzzlehttp/guzzle from 7.10.0 to 7.10.4

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 7.10.4

Fixed

  • Fix IPv6 literal matching in no-proxy rules
  • Handle cURL multi completion messages without handles after cancelled transfers
  • Fix magic client request methods such as options() to uppercase inferred HTTP methods

Release 7.10.3

Fixed

  • Fail clearly when an HTTP response header line is invalid
  • Remove middleware by name when the name is also a callable string
  • Treat empty request protocol versions as HTTP/1.1

Release 7.10.2

Fixed

  • Normalize HTTP version request options before applying them to PSR-7 requests
  • Use string values for headers generated by request preparation and response decoding

Release 7.10.1

Fixed

  • Fail clearly when cURL options cannot be applied
  • Fail clearly when the certificate option is malformed
  • Fail clearly when JSON decode depth is invalid
  • Fail clearly when session cookie data is malformed
  • Fail clearly when the stream progress option is not callable
  • Prevent response creation failures from exposing stale cURL responses
Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.10.4 - 2025-05-22

Fixed

  • Fix IPv6 literal matching in no-proxy rules
  • Handle cURL multi completion messages without handles after cancelled transfers
  • Fix magic client request methods such as options() to uppercase inferred HTTP methods

7.10.3 - 2025-05-20

Fixed

  • Fail clearly when an HTTP response header line is invalid
  • Remove middleware by name when the name is also a callable string
  • Treat empty request protocol versions as HTTP/1.1

7.10.2 - 2026-05-20

Fixed

  • Normalize HTTP version request options before applying them to PSR-7 requests
  • Use string values for headers generated by request preparation and response decoding

7.10.1 - 2026-05-19

Fixed

  • Fail clearly when cURL options cannot be applied
  • Fail clearly when the certificate option is malformed
  • Fail clearly when JSON decode depth is invalid
  • Fail clearly when session cookie data is malformed
  • Fail clearly when the stream progress option is not callable
  • Prevent response creation failures from exposing stale cURL responses
Commits

Updates friendsofphp/php-cs-fixer from 3.95.1 to 3.95.2

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.95.2 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.1...v3.95.2

Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.95.2

  • fix: MethodArgumentSpaceFixer - avoid collapsing multi-line arguments (#9559)
  • fix: ModifierKeywordsFixer - do not break PHP syntax for closures in constant expressions (#9596)
  • fix: NoRedundantReadonlyPropertyFixer - fix TypeError when trait contains anonymous class (#9457)
  • fix: PhpUnitAttributesFixer - add missing handling of CoversMethod and naive handling of CoversTrait (#9588)
  • fix: TextReporter - always show summary footer (#9595)
  • deps: bump crate-ci/typos from 1.45.1 to 1.46.0 in /.github/workflows in the all group across 1 directory (#9605)
  • deps: bump ergebnis/composer-normalize from 2.50.0 to 2.51.0 in /dev-tools (#9561)
  • deps: bump phpstan/phpstan from 2.1.46 to 2.1.47 in /dev-tools in the phpstan group (#9560)
  • deps: bump phpstan/phpstan from 2.1.51 to 2.1.52 in /dev-tools in the phpstan group (#9601)
  • deps: bump PHPUnit patch versions (#9593)
  • deps: bump shipmonk/dead-code-detector from 1.0.0 to 1.1.0 in /dev-tools in the shipmonk group across 1 directory (#9569)
  • deps: bump the all group across 1 directory with 2 updates (#9570)
  • deps: bump the phpstan group across 1 directory with 2 updates (#9608)
  • deps: update facile-it/paraunit to ^2.11 (#9589)
  • deps: upgrade PHPUnit in GitHub Actions (#9577)
  • chore: .gitattributes - export-ignore for logo.md (#9611)
  • chore: .gitattributes - sort entries (#9612)
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: Add CS commit to .git-blame-ignore-revs
  • chore: add tests to PhpdocTagCasingFixerTest (#9610)
  • chore: cleanup AbstractFopenFlagFixer (#9592)
  • chore: cleanup BlankLineBetweenImportGroupsFixer (#9562)
  • chore: cleanup ControlStructureBracesFixer (#9609)
  • chore: cleanup NoExtraBlankLinesFixer (#9567)
  • chore: cleanup OrderedImportsFixer (#9603)
  • chore: cleanup PhpdocSingleLineVarSpacingFixer (#9591)
  • chore: cleanup PhpdocToReturnTypeFixer (#9558)
  • chore: CS - apply PhpUnitRequiresConstraintFixer from https://github.com/kubawerlos/php-cs-fixer-custom-fixers (#9581)
  • chore: CS - apply php_unit_attributes rule (#9578)
  • chore: ensure consistent @author name per email (#9606)
  • chore: fix wrong test Attribute (#9586)
  • chore: infection - define staticAnalysisTool (#9607)
  • chore: move Codecov config (#9597)
  • CI: move PHPUnit version management earlier to prevent composer installation phase to run 2 times (#9587)
  • CI: specify Codecov token (#9556)
  • CI: use Codecov for code coverage (#9553)
  • test: NoUnsetCastFixerTest - run any test on PHP >= 8 (#9585)
Commits
  • a28d88a prepared the 3.95.2 release
  • a752f27 fix: ModifierKeywordsFixer - do not break PHP syntax for closures in consta...
  • 1d01838 deps: update facile-it/paraunit to ^2.11 (#9589)
  • 7f68fc3 chore: .gitattributes - sort entries (#9612)
  • 2e5147d chore: .gitattributes - export-ignore for logo.md (#9611)
  • 738b6ad chore: infection - define staticAnalysisTool (#9607)
  • 6587f53 chore: add tests to PhpdocTagCasingFixerTest (#9610)
  • b3fd361 chore: cleanup ControlStructureBracesFixer (#9609)
  • 259c20e fix: PhpUnitAttributesFixer - add missing handling of CoversMethod and na...
  • 8eab596 deps: bump the phpstan group across 1 directory with 2 updates (#9608)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the patches-and-minor-upgrades group with 2 updates in the / directory: [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) and [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer).


Updates `guzzlehttp/guzzle` from 7.10.0 to 7.10.4
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/7.10/CHANGELOG.md)
- [Commits](guzzle/guzzle@7.10.0...7.10.4)

Updates `friendsofphp/php-cs-fixer` from 3.95.1 to 3.95.2
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.95.1...v3.95.2)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches-and-minor-upgrades
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches-and-minor-upgrades
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Upgrade or downgrade of project dependencies. php Pull requests that update Php code labels May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies. php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants