[PHP-WEBMASTER] [web-php] master: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.94.0 to 3.94.2 (#1834)

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2026-02-25T11:44:07+08:00

Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.94.0 to 3.9… · php/web-php@5527c2d · GitHub
Raw diff: https://github.com/php/web-php/commit/5527c2d91d875f2c982dfeb1ffaea1b93b13958f.diff

composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.94.0 to 3.94.2 (#1834)

Changed paths:
  M composer.json
  M composer.lock

Diff:

diff --git a/composer.json b/composer.json
index 470dfd0513..5aba4cc296 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
     },
     "require-dev": {
         "ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.94.0",
+ "friendsofphp/php-cs-fixer": "^3.94.2",
         "phpunit/phpunit": "^11.5.50"
     },
     "autoload": {
diff --git a/composer.lock b/composer.lock
index f3db02a87e..b5a29e9587 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": "02848263770f1af22645ae98c6ae3c58",
+ "content-hash": "58927cc4b76b5ae921ce4125326db1c2",
     "packages": [],
     "packages-dev": [
         {
@@ -403,16 +403,16 @@
         },
         {
             "name": "friendsofphp/php-cs-fixer",
- "version": "v3.94.0",
+ "version": "v3.94.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
- "reference": "883b20fb38c7866de9844ab6d0a205c423bde2d4"
+ "reference": "7787ceff91365ba7d623ec410b8f429cdebb4f63"
             },
             "dist": {
                 "type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/883b20fb38c7866de9844ab6d0a205c423bde2d4",
- "reference": "883b20fb38c7866de9844ab6d0a205c423bde2d4",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63",
+ "reference": "7787ceff91365ba7d623ec410b8f429cdebb4f63",
                 "shasum": ""
             },
             "require": {
@@ -495,7 +495,7 @@
             ],
             "support": {
                 "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
- "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.94.0"
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.94.2"
             },
             "funding": [
                 {
@@ -503,7 +503,7 @@
                     "type": "github"
                 }
             ],
- "time": "2026-02-11T16:44:33+00:00"
+ "time": "2026-02-20T16:13:53+00:00"
         },
         {
             "name": "myclabs/deep-copy",