Skip to content

chore(deps): bump the php-deps group in /legacy with 9 updates - #143

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/legacy/php-deps-9351cad58d
Open

chore(deps): bump the php-deps group in /legacy with 9 updates#143
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/legacy/php-deps-9351cad58d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the php-deps group in /legacy with 9 updates:

Package From To
guzzlehttp/guzzle 7.15.1 7.15.2
symfony/console 7.4.14 7.4.15
symfony/yaml 7.4.14 7.4.15
symfony/filesystem 7.4.11 7.4.15
symfony/event-dispatcher 7.4.14 7.4.15
symfony/dependency-injection 7.4.14 7.4.15
symfony/config 7.4.14 7.4.15
symfony/var-dumper 7.4.14 7.4.15
friendsofphp/php-cs-fixer 3.95.15 3.95.18

Updates guzzlehttp/guzzle from 7.15.1 to 7.15.2

Release notes

Sourced from guzzlehttp/guzzle's releases.

7.15.2

Security

Fixed

  • Preserve RequestException when the stream handler rejects a request before opening a stream
Changelog

Sourced from guzzlehttp/guzzle's changelog.

7.15.2 - 2026-07-26

Security

Fixed

  • Preserve RequestException when the stream handler rejects a request before opening a stream
Commits

Updates symfony/console from 7.4.14 to 7.4.15

Release notes

Sourced from symfony/console's releases.

v7.4.15

Changelog (symfony/console@v7.4.14...v7.4.15)

Commits
  • 088ec6f Merge branch '6.4' into 7.4
  • 3b643aa [Console] Decorate stdout and stderr independently when a formatter is injected
  • 8b00823 Merge branch '6.4' into 7.4
  • ac2d6ae bug #64843 [Console] Fix table borders around colspan cells and header-less t...
  • f2ae6d8 [Console] Fix table borders around colspan cells and header-less tables
  • 0ecccdf [Console] Fix two ValueError crashes on multibyte / multi-column widths
  • 5e0e5b8 Merge branch '6.4' into 7.4
  • 8693e05 [Console] Fall back to "stty sane" when restoring the captured terminal state...
  • 91fbf79 Merge branch '6.4' into 7.4
  • 5cbb467 [Console] Fix SymfonyStyle questions when using output sections
  • See full diff in compare view

Updates symfony/yaml from 7.4.14 to 7.4.15

Release notes

Sourced from symfony/yaml's releases.

v7.4.15

Changelog (symfony/yaml@v7.4.14...v7.4.15)

Commits
  • e101850 Merge branch '6.4' into 7.4
  • d2ee2da bug #64672 [Yaml] Fix line folding after trailing backslashes in quoted strin...
  • 678f1a1 Merge branch '6.4' into 7.4
  • aa06ec5 [Yaml] Fix parsing and dumping of NaN
  • 17f1202 Merge branch '6.4' into 7.4
  • 05d1794 [Yaml] Fix parsing of integers with a leading plus sign
  • e4d98a3 [Yaml] Fix line folding after trailing backslashes in quoted strings
  • See full diff in compare view

Updates symfony/filesystem from 7.4.11 to 7.4.15

Release notes

Sourced from symfony/filesystem's releases.

v7.4.15

Changelog (symfony/filesystem@v7.4.11...v7.4.15)

Commits
  • ff16a16 [Filesystem] Handle PHP 8.6 removing function arguments in error messages
  • cfc6662 Merge branch '6.4' into 7.4
  • 9ff03da [Filesystem] Trim trailing whitespace from the tempnam() prefix
  • c8266e4 Merge branch '6.4' into 7.4
  • 850a4e3 Drop PR warning and auto-closing on subtree splits
  • See full diff in compare view

Updates symfony/event-dispatcher from 7.4.14 to 7.4.15

Release notes

Sourced from symfony/event-dispatcher's releases.

v7.4.15

Changelog (symfony/event-dispatcher@v7.4.14...v7.4.15)

Commits
  • 336e7f3 Merge branch '6.4' into 7.4
  • ac405d3 bug #64655 [EventDispatcher] Fix regression in TraceableEventDispatcher invoc...
  • 817d117 [EventDispatcher] Fix regression in TraceableEventDispatcher invocation counting
  • 53d389e bug #64914 [EventDispatcher] Clear wrappedListeners in TraceableEventDispatch...
  • 2e65971 [EventDispatcher] Clear wrappedListeners in TraceableEventDispatcher::reset()
  • 4849aac [EventDispatcher] Clear wrappedListeners in TraceableEventDispatcher::reset()
  • See full diff in compare view

Updates symfony/dependency-injection from 7.4.14 to 7.4.15

Release notes

Sourced from symfony/dependency-injection's releases.

v7.4.15

Changelog (symfony/dependency-injection@v7.4.14...v7.4.15)

  • bug #64708 Fix lazy + factory service with a leading-backslash class on PHP 8.4 (@​Amoifr)
  • bug #64828 Add supported literal option not_found for imports..ignore_errors in services.schema and AppReference (@​kaznovac)
  • bug #64668 Fix env var reported as never used for a removed autowired service (@​eyupcanakman)
Commits
  • b782567 [DependencyInjection] Fix lazy + factory service with a leading-backslash cla...
  • 5e36f03 bug #64828 [DependencyInjection] Add supported literal option not_found for...
  • a0d76a4 [DependencyInjection] Add supported literal option not_found for `imports.[...
  • 81f8d5e Merge branch '6.4' into 7.4
  • f11815f [DependencyInjection] Fix env var reported as never used for a removed autowi...
  • See full diff in compare view

Updates symfony/config from 7.4.14 to 7.4.15

Release notes

Sourced from symfony/config's releases.

v7.4.15

Changelog (symfony/config@v7.4.14...v7.4.15)

  • bug #64670 Accept env placeholders for scalar alternatives in generated array-shapes (@​yvh)
  • bug #64822 Escape "*/" in generated array-shape comments (@​lazerg)
  • bug #64857 Escape comment-closing sequence in generated config builders (@​sadiqk2)
Commits
  • b18e338 [Config] Accept env placeholders for scalar alternatives in generated array-s...
  • cf3e089 Merge branch '6.4' into 7.4
  • 977d47c [Config] Keep "*/" default values readable by escaping the slash
  • e39cdd9 [Config] Escape comment-closing sequence in generated config builders
  • See full diff in compare view

Updates symfony/var-dumper from 7.4.14 to 7.4.15

Release notes

Sourced from symfony/var-dumper's releases.

v7.4.15

Changelog (symfony/var-dumper@v7.4.14...v7.4.15)

Commits

Updates friendsofphp/php-cs-fixer from 3.95.15 to 3.95.18

Release notes

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

v3.95.18 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.17...v3.95.18

v3.95.17 Adalbertus

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.16...v3.95.17

v3.95.16 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.15...v3.95.16

Changelog

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

Changelog for v3.95.18

  • CI: attach provenance and SBOM attestations to the released image (#9751)
  • deps: bump the phpstan group in /dev-tools with 2 updates (#9748)
  • deps: update dev-tools (#9754)
  • perf: Limit token search in simplified_if_return (#9747)

Changelog for v3.95.17

  • perf: Token::equals() - Avoid building intermediary arrays (#9739)
  • perf: Tokens::findSequence() - improve looping logic (#9737)

Changelog for v3.95.16

  • fix: NoSuperfluousPhpdocTagsFixer with multiple hidden params (#9736)
  • fix: PowToExponentiationFixer - do not produce two consecutive whitespace tokens (#9735)
  • chore: do not remove ParaUnit for PHPUnit v13, as they are now compatible (#9579)
  • CI: introduce perf as new PR type (#9742)
  • deps: update dev deps (#9743)
  • test: AbstractIntegrationTestCase - externalized FixerFactory creation (#9744)
Commits
  • a8b4e42 prepared the 3.95.18 release
  • d1fc711 CI: attach provenance and SBOM attestations to the released image (#9751)
  • 8122d72 perf: Limit token search in simplified_if_return (#9747)
  • 8d343c9 deps: update dev-tools (#9754)
  • 2ab241b deps: bump the phpstan group in /dev-tools with 2 updates (#9748)
  • c06de30 bumped version
  • 0ee8842 prepared the 3.95.17 release
  • 28828d9 perf: Tokens::findSequence() - improve looping logic (#9737)
  • 9a4fb45 perf: Token::equals() - Avoid building intermediary arrays (#9739)
  • 2940253 bumped version
  • 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

Bumps the php-deps group in /legacy with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) | `7.15.1` | `7.15.2` |
| [symfony/console](https://github.com/symfony/console) | `7.4.14` | `7.4.15` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.4.14` | `7.4.15` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `7.4.11` | `7.4.15` |
| [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) | `7.4.14` | `7.4.15` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `7.4.14` | `7.4.15` |
| [symfony/config](https://github.com/symfony/config) | `7.4.14` | `7.4.15` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.4.14` | `7.4.15` |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.95.15` | `3.95.18` |


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

Updates `symfony/console` from 7.4.14 to 7.4.15
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/8.2/CHANGELOG.md)
- [Commits](symfony/console@v7.4.14...v7.4.15)

Updates `symfony/yaml` from 7.4.14 to 7.4.15
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.2/CHANGELOG.md)
- [Commits](symfony/yaml@v7.4.14...v7.4.15)

Updates `symfony/filesystem` from 7.4.11 to 7.4.15
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/8.2/CHANGELOG.md)
- [Commits](symfony/filesystem@v7.4.11...v7.4.15)

Updates `symfony/event-dispatcher` from 7.4.14 to 7.4.15
- [Release notes](https://github.com/symfony/event-dispatcher/releases)
- [Changelog](https://github.com/symfony/event-dispatcher/blob/8.2/CHANGELOG.md)
- [Commits](symfony/event-dispatcher@v7.4.14...v7.4.15)

Updates `symfony/dependency-injection` from 7.4.14 to 7.4.15
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/8.2/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v7.4.14...v7.4.15)

Updates `symfony/config` from 7.4.14 to 7.4.15
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/8.2/CHANGELOG.md)
- [Commits](symfony/config@v7.4.14...v7.4.15)

Updates `symfony/var-dumper` from 7.4.14 to 7.4.15
- [Release notes](https://github.com/symfony/var-dumper/releases)
- [Changelog](https://github.com/symfony/var-dumper/blob/8.2/CHANGELOG.md)
- [Commits](symfony/var-dumper@v7.4.14...v7.4.15)

Updates `friendsofphp/php-cs-fixer` from 3.95.15 to 3.95.18
- [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.15...v3.95.18)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-version: 7.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/console
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/yaml
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/filesystem
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/event-dispatcher
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/dependency-injection
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/config
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/var-dumper
  dependency-version: 7.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 4, 2026
Copilot AI review requested due to automatic review settings August 4, 2026 14:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Aug 4, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant