Skip to content

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

Merged
pjcdawkins merged 1 commit into
mainfrom
dependabot/composer/legacy/php-deps-2d69bf5bb7
Sep 15, 2026
Merged

pjcdawkins merged 1 commit into
mainfrom
dependabot/composer/legacy/php-deps-2d69bf5bb7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
symfony/yaml 7.4.17 7.4.18
symfony/finder 7.4.17 7.4.19
symfony/process 7.4.18 7.4.19
symfony/var-dumper 7.4.17 7.4.18
friendsofphp/php-cs-fixer 3.95.23 3.95.25

Updates symfony/yaml from 7.4.17 to 7.4.18

Release notes

Sourced from symfony/yaml's releases.

v7.4.18

Changelog (symfony/yaml@v7.4.17...v7.4.18)

Commits
  • 4cef939 Merge branch '6.4' into 7.4
  • a778aba Merge branch '5.4' into 6.4
  • f0e9861 Merge branch '6.4' into 7.4
  • 12c6b4f [Yaml] Bound recursion depth in the inline lexer
  • 7b18a2a [Yaml] Quote strings that look like octal numbers when dumping
  • See full diff in compare view

Updates symfony/finder from 7.4.17 to 7.4.19

Release notes

Sourced from symfony/finder's releases.

v7.4.19

Changelog (symfony/finder@v7.4.17...v7.4.19)

  • bug #65963 Only treat a leading hash as a gitignore comment and strip trailing spaces only (@​fabpot)
  • bug #65962 Fix building the gitignore regex for files with many patterns (@​fabpot)
  • bug #65961 Fix ignoreVCSIgnored() when the search directory is reached through a symlink (@​fabpot)
  • bug #65801 Fix prune filters not applied to nested directories and with path excludes (@​nicolas-grekas)
Commits
  • 1b900bc Merge branch '6.4' into 7.4
  • 04db08e [Finder] Update PHPDoc with more examples in some methods
  • 0ff95d6 Merge branch '6.4' into 7.4
  • 3762699 [Finder] Only treat a leading hash as a gitignore comment and strip trailing ...
  • c7011c5 bug #65962 [Finder] Fix building the gitignore regex for files with many patt...
  • e43d109 [Finder] Fix ignoreVCSIgnored() when the search directory is reached through ...
  • bff9cf2 [Finder] Fix building the gitignore regex for files with many patterns
  • 6d03e26 Merge branch '6.4' into 7.4
  • 716f028 [Finder] Fix prune filters not applied to nested directories and with path ex...
  • See full diff in compare view

Updates symfony/process from 7.4.18 to 7.4.19

Release notes

Sourced from symfony/process's releases.

v7.4.19

Changelog (symfony/process@v7.4.18...v7.4.19)

Commits
  • ed0ae09 Merge branch '6.4' into 7.4
  • b9f3d9d Merge branch '5.4' into 6.4
  • 485d7b3 [Process] Use an absolute path for the cmd.exe fallback on Windows
  • f4d0960 bug #65739 [Process] Ignore invalid env var names and non-scalar env values (...
  • adc8b34 [Process] Ignore array env values before proc_open
  • 6057c47 [Process] Ignore invalid env var names
  • f90c81d [Process] Stop leaking CGI/FastCGI request-context vars to subprocesses
  • 467bfc5 [Process] Fix escaping for MSYS on Windows
  • See full diff in compare view

Updates symfony/var-dumper from 7.4.17 to 7.4.18

Release notes

Sourced from symfony/var-dumper's releases.

v7.4.18

Changelog (symfony/var-dumper@v7.4.17...v7.4.18)

Commits
  • e088da5 Merge branch '6.4' into 7.4
  • 86a9b2f Merge branch '5.4' into 6.4
  • 616f473 Revert "Give the Redis test probes an explicit connect timeout"
  • 8dfb812 Merge branch '6.4' into 7.4
  • b200d38 Merge branch '5.4' into 6.4
  • 089f36c Give the Redis test probes an explicit connect timeout
  • 4406ef9 Merge branch '6.4' into 7.4
  • 4fc6887 Merge branch '5.4' into 6.4
  • eaef2c4 Merge branch '5.4' into 6.4
  • 0707d1e [MonologBridge][VarDumper] Compute the escaping expectations with the install...
  • Additional commits viewable in compare view

Updates friendsofphp/php-cs-fixer from 3.95.23 to 3.95.25

Release notes

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

v3.95.25 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.24...v3.95.25

v3.95.24 Adalbertus

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.95.23...v3.95.24

Changelog

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

Changelog for v3.95.25

  • fix: handle missing terminator after ?? in AssignNullCoalescingToCoalesceEqualFixer (#9831)
  • fix: IsNullFixer - do not fix is_null() calls using argument unpacking (#9830)
  • fix: IsNullFixer - handle is_null() calls using named arguments (#9828)
  • UX: init - use outlined messages (#9826)
  • deps: bump crate-ci/typos from 1.49.0 to 1.50.1 in /.github/workflows in the all group across 1 directory (#9824)
  • deps: bump phpstan/phpstan from 2.2.9 to 2.2.12 in /dev-tools in the phpstan group (#9822)
  • deps: bump shipmonk/dead-code-detector from 1.3.3 to 1.4.0 in /dev-tools in the shipmonk group across 1 directory (#9823)

Changelog for v3.95.24

  • fix: ControlStructureBracesFixer - do not read a body starting with a parenthesis as a condition (#9815)
  • UX: init - add handling of .gitignore (#9813)
  • UX: init - add sections (#9819)
  • UX: init - command improvements (#9807)
  • UX: init - fix typos and improve wording (#9820)
  • UX: init command - suggest php_unit_test_case_static_method_calls rule (#9810)
  • chore: Fixer name must not be empty (#9756)
  • chore: DescribeCommand - replace dynamic method calls with explicit ones (#9817)
  • chore: PhpdocOrderFixer - fix type of duplicated tags passed to naturalLanguageJoin (#9818)
  • CI: fix warning - Unexpected input(s) 'extensions' (#9809)
  • CI: introduce PHPBench (#9755)
  • refactor: init - move content preparation to helper method (#9812)
Commits
  • 2cdfc1f prepared the 3.95.25 release
  • 38656cc fix: handle missing terminator after ?? in `AssignNullCoalescingToCoalesceE...
  • e080515 UX: init - use outlined messages (#9826)
  • ab7bb8b fix: IsNullFixer - do not fix is_null() calls using argument unpacking (#9830)
  • bda6d10 fix: IsNullFixer - handle is_null() calls using named arguments (#9828)
  • b7da2d3 deps: bump shipmonk/dead-code-detector from 1.3.3 to 1.4.0 in /dev-tools in t...
  • 9020ad1 deps: bump crate-ci/typos from 1.49.0 to 1.50.1 in /.github/workflows in the ...
  • 207b03d deps: bump phpstan/phpstan from 2.2.9 to 2.2.12 in /dev-tools in the phpstan ...
  • 945e6d8 bumped version
  • 9a4b805 prepared the 3.95.24 release
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.4.17` | `7.4.18` |
| [symfony/finder](https://github.com/symfony/finder) | `7.4.17` | `7.4.19` |
| [symfony/process](https://github.com/symfony/process) | `7.4.18` | `7.4.19` |
| [symfony/var-dumper](https://github.com/symfony/var-dumper) | `7.4.17` | `7.4.18` |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.95.23` | `3.95.25` |


Updates `symfony/yaml` from 7.4.17 to 7.4.18
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.2/CHANGELOG.md)
- [Commits](symfony/yaml@v7.4.17...v7.4.18)

Updates `symfony/finder` from 7.4.17 to 7.4.19
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/8.2/CHANGELOG.md)
- [Commits](symfony/finder@v7.4.17...v7.4.19)

Updates `symfony/process` from 7.4.18 to 7.4.19
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/8.2/CHANGELOG.md)
- [Commits](symfony/process@v7.4.18...v7.4.19)

Updates `symfony/var-dumper` from 7.4.17 to 7.4.18
- [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.17...v7.4.18)

Updates `friendsofphp/php-cs-fixer` from 3.95.23 to 3.95.25
- [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.23...v3.95.25)

---
updated-dependencies:
- dependency-name: symfony/yaml
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/finder
  dependency-version: 7.4.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/process
  dependency-version: 7.4.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: symfony/var-dumper
  dependency-version: 7.4.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: php-deps
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.95.25
  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 Sep 15, 2026
Copilot AI lite review requested due to automatic review settings September 15, 2026 14:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Sep 15, 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 a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@pjcdawkins
pjcdawkins merged commit d38d484 into main Sep 15, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/composer/legacy/php-deps-2d69bf5bb7 branch September 15, 2026 14:42
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.

2 participants