[PHP-WEBMASTER] [web-php] preview: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.15 to 3.95.17 (#1976)

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: derickr
Date: 2026-07-29T11:55:15+08:00

Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.15 to 3.… · php/web-php@0baaa73 · GitHub
Raw diff: https://github.com/php/web-php/commit/0baaa73efba3b348a97a8931137f0004970618ad.diff

composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.95.15 to 3.95.17 (#1976)

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 ad76e38498..ff61fd1616 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
     },
     "require-dev": {
         "ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.95.15",
+ "friendsofphp/php-cs-fixer": "^3.95.17",
         "phpstan/extension-installer": "^1.4",
         "phpstan/phpstan": "^2.2",
         "phpstan/phpstan-phpunit": "^2.0",
diff --git a/composer.lock b/composer.lock
index 30218e2234..6aa5ad1acb 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": "97a76acc124c80cd8ec42783a5275bd1",
+ "content-hash": "f86f070c6a9681924301bccaa0df1aff",
     "packages": [],
     "packages-dev": [
         {
@@ -469,16 +469,16 @@
         },
         {
             "name": "friendsofphp/php-cs-fixer",
- "version": "v3.95.15",
+ "version": "v3.95.17",
             "source": {
                 "type": "git",
                 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git&quot;,
- "reference": "3e47e5d50046f87e3244acde2fe655d1a3b72555"
+ "reference": "0ee88422118f3cc59c8c3def222ba7f1493b6d5b"
             },
             "dist": {
                 "type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3e47e5d50046f87e3244acde2fe655d1a3b72555&quot;,
- "reference": "3e47e5d50046f87e3244acde2fe655d1a3b72555",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/0ee88422118f3cc59c8c3def222ba7f1493b6d5b&quot;,
+ "reference": "0ee88422118f3cc59c8c3def222ba7f1493b6d5b",
                 "shasum": ""
             },
             "require": {
@@ -518,10 +518,10 @@
                 "php-coveralls/php-coveralls": "^2.9.1",
                 "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8",
                 "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8",
- "phpunit/phpunit": "^9.6.35 || ^10.5.64 || ^11.5.56 || ^12.5.31",
+ "phpunit/phpunit": "^9.6.35 || ^10.5.64 || ^11.5.56 || ^12.5.31 || ^13.0.6",
                 "symfony/polyfill-php85": "^1.38",
- "symfony/var-dumper": "^5.4.48 || ^6.4.36 || ^7.4.8 || ^8.1.0",
- "symfony/yaml": "^5.4.53 || ^6.4.41 || ^7.4.13 || ^8.1.0"
+ "symfony/var-dumper": "^5.4.48 || ^6.4.36 || ^7.4.8 || ^8.1.1",
+ "symfony/yaml": "^5.4.53 || ^6.4.41 || ^7.4.13 || ^8.1.1"
             },
             "suggest": {
                 "ext-dom": "For handling output formats in XML",
@@ -562,7 +562,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.15&quot;
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.17&quot;
             },
             "funding": [
                 {
@@ -570,7 +570,7 @@
                     "type": "github"
                 }
             ],
- "time": "2026-07-15T09:51:47+00:00"
+ "time": "2026-07-24T13:54:39+00:00"
         },
         {
             "name": "myclabs/deep-copy",