[PHP-WEBMASTER] [web-php] dependabot/composer/phpunit/phpunit-11.5.6: composer(deps-dev): bump phpunit/phpunit from 11.5.3 to 11.5.6

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2025-02-03T16:04:08Z

Commit: composer(deps-dev): bump phpunit/phpunit from 11.5.3 to 11.5.6 · php/web-php@f15fb34 · GitHub
Raw diff: https://github.com/php/web-php/commit/f15fb340ff721233bb30e74c5606eeb371c1399c.diff

composer(deps-dev): bump phpunit/phpunit from 11.5.3 to 11.5.6

Bumps [phpunit/phpunit](GitHub - sebastianbergmann/phpunit: The PHP Unit Testing framework.) from 11.5.3 to 11.5.6.
- [Release notes](Releases · sebastianbergmann/phpunit · GitHub)
- [Changelog](phpunit/ChangeLog-11.5.md at 11.5.6 · sebastianbergmann/phpunit · GitHub)
- [Commits](Comparing 11.5.3...11.5.6 · sebastianbergmann/phpunit · GitHub)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  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 794e7b124c..7ad8102ff8 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
     "require-dev": {
         "ext-curl": "*",
         "friendsofphp/php-cs-fixer": "^3.68.2",
- "phpunit/phpunit": "^11.5.3"
+ "phpunit/phpunit": "^11.5.6"
     },
     "autoload": {
         "psr-4": {
diff --git a/composer.lock b/composer.lock
index 42fbfd54de..83e37531f3 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": "e80ea7b605ffead878421531fa44e01f",
+ "content-hash": "c13bfef1a37beb5b145b5f3989042ccd",
     "packages": ,
     "packages-dev": [
         {
@@ -1069,16 +1069,16 @@
         },
         {
             "name": "phpunit/phpunit",
- "version": "11.5.3",
+ "version": "11.5.6",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/phpunit.git&quot;,
- "reference": "30e319e578a7b5da3543073e30002bf82042f701"
+ "reference": "3c3ae14c90f244cdda95028c3e469028e8d1c02c"
             },
             "dist": {
                 "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/30e319e578a7b5da3543073e30002bf82042f701&quot;,
- "reference": "30e319e578a7b5da3543073e30002bf82042f701",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3c3ae14c90f244cdda95028c3e469028e8d1c02c&quot;,
+ "reference": "3c3ae14c90f244cdda95028c3e469028e8d1c02c",
                 "shasum": ""
             },
             "require": {
@@ -1150,7 +1150,7 @@
             "support": {
                 "issues": "https://github.com/sebastianbergmann/phpunit/issues&quot;,
                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy&quot;,
- "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.3&quot;
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.6&quot;
             },
             "funding": [
                 {
@@ -1166,7 +1166,7 @@
                     "type": "tidelift"
                 }
             ],
- "time": "2025-01-13T09:36:00+00:00"
+ "time": "2025-01-31T07:03:30+00:00"
         },
         {
             "name": "psr/container",