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

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: dependabot[bot]
Date: 2024-09-09T16:03:28Z

Commit: composer(deps-dev): bump phpunit/phpunit from 11.3.1 to 11.3.4 · php/web-php@b4acc05 · GitHub
Raw diff: https://github.com/php/web-php/commit/b4acc05b966d8efe13d6ab67bba5c36c49f51343.diff

composer(deps-dev): bump phpunit/phpunit from 11.3.1 to 11.3.4

Bumps [phpunit/phpunit](GitHub - sebastianbergmann/phpunit: The PHP Unit Testing framework.) from 11.3.1 to 11.3.4.
- [Release notes](Releases · sebastianbergmann/phpunit · GitHub)
- [Changelog](phpunit/ChangeLog-11.3.md at 11.3.4 · sebastianbergmann/phpunit · GitHub)
- [Commits](Comparing 11.3.1...11.3.4 · 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 6d75acaa6c..a0cd8ff130 100644
--- a/composer.json
+++ b/composer.json
@@ -13,7 +13,7 @@
     "require-dev": {
         "ext-curl": "*",
         "friendsofphp/php-cs-fixer": "^3.64.0",
- "phpunit/phpunit": "^11.3.1"
+ "phpunit/phpunit": "^11.3.4"
     },
     "autoload": {
         "psr-4": {
diff --git a/composer.lock b/composer.lock
index eb023d5d1b..8d2234cc0b 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": "ac992df4e4d1d6997084746d4498a0e2",
+ "content-hash": "2f733068a505075ac2d73fbed4af66a4",
     "packages": ,
     "packages-dev": [
         {
@@ -746,32 +746,32 @@
         },
         {
             "name": "phpunit/php-code-coverage",
- "version": "11.0.5",
+ "version": "11.0.6",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git&quot;,
- "reference": "19b6365ab8b59a64438c0c3f4241feeb480c9861"
+ "reference": "ebdffc9e09585dafa71b9bffcdb0a229d4704c45"
             },
             "dist": {
                 "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/19b6365ab8b59a64438c0c3f4241feeb480c9861&quot;,
- "reference": "19b6365ab8b59a64438c0c3f4241feeb480c9861",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ebdffc9e09585dafa71b9bffcdb0a229d4704c45&quot;,
+ "reference": "ebdffc9e09585dafa71b9bffcdb0a229d4704c45",
                 "shasum": ""
             },
             "require": {
                 "ext-dom": "*",
                 "ext-libxml": "*",
                 "ext-xmlwriter": "*",
- "nikic/php-parser": "^5.0",
+ "nikic/php-parser": "^5.1.0",
                 "php": ">=8.2",
- "phpunit/php-file-iterator": "^5.0",
- "phpunit/php-text-template": "^4.0",
- "sebastian/code-unit-reverse-lookup": "^4.0",
- "sebastian/complexity": "^4.0",
- "sebastian/environment": "^7.0",
- "sebastian/lines-of-code": "^3.0",
- "sebastian/version": "^5.0",
- "theseer/tokenizer": "^1.2.0"
+ "phpunit/php-file-iterator": "^5.0.1",
+ "phpunit/php-text-template": "^4.0.1",
+ "sebastian/code-unit-reverse-lookup": "^4.0.1",
+ "sebastian/complexity": "^4.0.1",
+ "sebastian/environment": "^7.2.0",
+ "sebastian/lines-of-code": "^3.0.1",
+ "sebastian/version": "^5.0.1",
+ "theseer/tokenizer": "^1.2.3"
             },
             "require-dev": {
                 "phpunit/phpunit": "^11.0"
@@ -783,7 +783,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
- "dev-main": "11.0-dev"
+ "dev-main": "11.0.x-dev"
                 }
             },
             "autoload": {
@@ -812,7 +812,7 @@
             "support": {
                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues&quot;,
                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy&quot;,
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.5&quot;
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.6&quot;
             },
             "funding": [
                 {
@@ -820,20 +820,20 @@
                     "type": "github"
                 }
             ],
- "time": "2024-07-03T05:05:37+00:00"
+ "time": "2024-08-22T04:37:56+00:00"
         },
         {
             "name": "phpunit/php-file-iterator",
- "version": "5.0.1",
+ "version": "5.1.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git&quot;,
- "reference": "6ed896bf50bbbfe4d504a33ed5886278c78e4a26"
+ "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
             },
             "dist": {
                 "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6ed896bf50bbbfe4d504a33ed5886278c78e4a26&quot;,
- "reference": "6ed896bf50bbbfe4d504a33ed5886278c78e4a26",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6&quot;,
+ "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
                 "shasum": ""
             },
             "require": {
@@ -873,7 +873,7 @@
             "support": {
                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues&quot;,
                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy&quot;,
- "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.1&quot;
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0&quot;
             },
             "funding": [
                 {
@@ -881,7 +881,7 @@
                     "type": "github"
                 }
             ],
- "time": "2024-07-03T05:06:37+00:00"
+ "time": "2024-08-27T05:02:59+00:00"
         },
         {
             "name": "phpunit/php-invoker",
@@ -1069,16 +1069,16 @@
         },
         {
             "name": "phpunit/phpunit",
- "version": "11.3.1",
+ "version": "11.3.4",
             "source": {
                 "type": "git",
                 "url": "https://github.com/sebastianbergmann/phpunit.git&quot;,
- "reference": "fe179875ef0c14e90b75617002767eae0a742641"
+ "reference": "d2ef57db1410b102b250e0cdce6675a60c2a993d"
             },
             "dist": {
                 "type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fe179875ef0c14e90b75617002767eae0a742641&quot;,
- "reference": "fe179875ef0c14e90b75617002767eae0a742641",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d2ef57db1410b102b250e0cdce6675a60c2a993d&quot;,
+ "reference": "d2ef57db1410b102b250e0cdce6675a60c2a993d",
                 "shasum": ""
             },
             "require": {
@@ -1092,8 +1092,8 @@
                 "phar-io/manifest": "^2.0.4",
                 "phar-io/version": "^3.2.1",
                 "php": ">=8.2",
- "phpunit/php-code-coverage": "^11.0.5",
- "phpunit/php-file-iterator": "^5.0.1",
+ "phpunit/php-code-coverage": "^11.0.6",
+ "phpunit/php-file-iterator": "^5.1.0",
                 "phpunit/php-invoker": "^5.0.1",
                 "phpunit/php-text-template": "^4.0.1",
                 "phpunit/php-timer": "^7.0.1",
@@ -1149,7 +1149,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.3.1&quot;
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.4&quot;
             },
             "funding": [
                 {
@@ -1165,7 +1165,7 @@
                     "type": "tidelift"
                 }
             ],
- "time": "2024-08-13T06:14:23+00:00"
+ "time": "2024-09-09T06:08:34+00:00"
         },
         {
             "name": "psr/container",