[PHP-WEBMASTER] [web-php] dependabot/composer/friendsofphp/php-cs-fixer-3.89.0: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.88.2 to 3.89.0

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2025-10-20T15:42:25Z

Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.88.2 to 3.89.0 · php/web-php@1da4fd5 · GitHub
Raw diff: https://github.com/php/web-php/commit/1da4fd5e71c4bd250d2db019a5dae96c854a9f0d.diff

composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.88.2 to 3.89.0

Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues) from 3.88.2 to 3.89.0.
- [Release notes](Releases · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)
- [Changelog](PHP-CS-Fixer/CHANGELOG.md at master · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)
- [Commits](Comparing v3.88.2...v3.89.0 · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-version: 3.89.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Changed paths:
  M composer.json
  M composer.lock

Diff:

diff --git a/composer.json b/composer.json
index 5d4e33a8c6..f7ed545e83 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
     },
     "require-dev": {
         "ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.88.2",
+ "friendsofphp/php-cs-fixer": "^3.89.0",
         "phpunit/phpunit": "^11.5.6"
     },
     "autoload": {
diff --git a/composer.lock b/composer.lock
index f44c27acfc..afe8947f3b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at Basic usage - Composer,
         "This file is @generated automatically"
     ],
- "content-hash": "a42713abc25b915ad70a6204595f2a50",
+ "content-hash": "b79aa754c1c927075aebad8003502cc0",
     "packages": ,
     "packages-dev": [
         {
@@ -403,16 +403,16 @@
         },
         {
             "name": "friendsofphp/php-cs-fixer",
- "version": "v3.88.2",
+ "version": "v3.89.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git&quot;,
- "reference": "a8d15584bafb0f0d9d938827840060fd4a3ebc99"
+ "reference": "4dd6768cb7558440d27d18f54909eee417317ce9"
             },
             "dist": {
                 "type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a8d15584bafb0f0d9d938827840060fd4a3ebc99&quot;,
- "reference": "a8d15584bafb0f0d9d938827840060fd4a3ebc99",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/4dd6768cb7558440d27d18f54909eee417317ce9&quot;,
+ "reference": "4dd6768cb7558440d27d18f54909eee417317ce9",
                 "shasum": ""
             },
             "require": {
@@ -427,7 +427,6 @@
                 "php": "^7.4 || ^8.0",
                 "react/child-process": "^0.6.6",
                 "react/event-loop": "^1.5",
- "react/promise": "^3.3",
                 "react/socket": "^1.16",
                 "react/stream": "^1.4",
                 "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0",
@@ -495,7 +494,7 @@
             ],
             "support": {
                 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues&quot;,
- "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.88.2&quot;
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.89.0&quot;
             },
             "funding": [
                 {
@@ -503,7 +502,7 @@
                     "type": "github"
                 }
             ],
- "time": "2025-09-27T00:24:15+00:00"
+ "time": "2025-10-18T19:30:16+00:00"
         },
         {
             "name": "myclabs/deep-copy",