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

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2025-01-27T15:55:35Z

Commit: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.68.1 to 3.68.2 · php/web-php@543385f · GitHub
Raw diff: https://github.com/php/web-php/commit/543385f6a724275c06a6fedaa93b15efa8ee9eae.diff

composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.68.1 to 3.68.2

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  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 bd30ebc789..794e7b124c 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
     },
     "require-dev": {
         "ext-curl": "*",
- "friendsofphp/php-cs-fixer": "^3.68.1",
+ "friendsofphp/php-cs-fixer": "^3.68.2",
         "phpunit/phpunit": "^11.5.3"
     },
     "autoload": {
diff --git a/composer.lock b/composer.lock
index 1cb9f05d27..42fbfd54de 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": "58195078de5e7344968e307c3db57d50",
+ "content-hash": "e80ea7b605ffead878421531fa44e01f",
     "packages": ,
     "packages-dev": [
         {
@@ -407,16 +407,16 @@
         },
         {
             "name": "friendsofphp/php-cs-fixer",
- "version": "v3.68.1",
+ "version": "v3.68.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git&quot;,
- "reference": "b9db2b2ea3cdba7201067acee46f984ef2397cff"
+ "reference": "c79f14537b385caf298e019b568e657924c6e138"
             },
             "dist": {
                 "type": "zip",
- "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b9db2b2ea3cdba7201067acee46f984ef2397cff&quot;,
- "reference": "b9db2b2ea3cdba7201067acee46f984ef2397cff",
+ "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/c79f14537b385caf298e019b568e657924c6e138&quot;,
+ "reference": "c79f14537b385caf298e019b568e657924c6e138",
                 "shasum": ""
             },
             "require": {
@@ -498,7 +498,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.68.1&quot;
+ "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.68.2&quot;
             },
             "funding": [
                 {
@@ -506,7 +506,7 @@
                     "type": "github"
                 }
             ],
- "time": "2025-01-17T09:20:36+00:00"
+ "time": "2025-01-27T14:19:43+00:00"
         },
         {
             "name": "myclabs/deep-copy",