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

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2026-06-08T15:14:39Z

Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.3 to 3.95.4 · php/web-php@871013b · GitHub
Raw diff: https://github.com/php/web-php/commit/871013b94f8bc6e4f10cadd9b28b687e099f6e0a.diff

composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.3 to 3.95.4

Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues · GitHub) from 3.95.3 to 3.95.4.
- [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.95.3...v3.95.4 · PHP-CS-Fixer/PHP-CS-Fixer · GitHub)

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

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 bd1358dea6..3dab8c84cc 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
     },
     "require-dev": {
         "ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.95.3",
+ "friendsofphp/php-cs-fixer": "^3.95.4",
         "phpunit/phpunit": "^11.5.50"
     },
     "autoload": {
diff --git a/composer.lock b/composer.lock
index ebe5a3e36c..89ea0775ae 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": "c20237b25b9a2dff646987ac543465c4",
+ "content-hash": "280fe9d13360b92d08e3f0620566e9e1",
     "packages": [],
     "packages-dev": [
         {
@@ -472,16 +472,16 @@
         },
         {
             "name": "friendsofphp/php-cs-fixer",
- "version": "v3.95.3",
+ "version": "v3.95.4",
             "source": {
                 "type": "git",
                 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git&quot;,
- "reference": "3d681493acc0e93283481b1c63c263737df78687"
+ "reference": "3f8f68856837a77e1f1d870354eca3c8747f2f72"
             },
             "dist": {
                 "type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3d681493acc0e93283481b1c63c263737df78687&quot;,
- "reference": "3d681493acc0e93283481b1c63c263737df78687",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3f8f68856837a77e1f1d870354eca3c8747f2f72&quot;,
+ "reference": "3f8f68856837a77e1f1d870354eca3c8747f2f72",
                 "shasum": ""
             },
             "require": {
@@ -565,7 +565,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.95.3&quot;
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.4&quot;
             },
             "funding": [
                 {
@@ -573,7 +573,7 @@
                     "type": "github"
                 }
             ],
- "time": "2026-05-29T20:35:26+00:00"
+ "time": "2026-06-03T18:02:44+00:00"
         },
         {
             "name": "myclabs/deep-copy",