From a1ae4b3cc1a512f187aa4a3fd8cfb607771b18fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 05:02:40 +0000 Subject: [PATCH] Bump phpunit/phpunit from 13.3.2 to 13.3.3 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 13.3.2 to 13.3.3. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/13.3.3/ChangeLog-13.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/13.3.2...13.3.3) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-version: 13.3.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.lock b/composer.lock index 1b19456..2a50a45 100644 --- a/composer.lock +++ b/composer.lock @@ -722,16 +722,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "14.3.2", + "version": "14.3.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "93d62632fb675b76c9b941fdcfcfa10ffb9dea75" + "reference": "f8640c238e930b914d0098a1edbad6652e61a64a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/93d62632fb675b76c9b941fdcfcfa10ffb9dea75", - "reference": "93d62632fb675b76c9b941fdcfcfa10ffb9dea75", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f8640c238e930b914d0098a1edbad6652e61a64a", + "reference": "f8640c238e930b914d0098a1edbad6652e61a64a", "shasum": "" }, "require": { @@ -750,7 +750,7 @@ "theseer/tokenizer": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^13.3.2" + "phpunit/phpunit": "^13.3.3" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -788,7 +788,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.3.2" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/14.3.3" }, "funding": [ { @@ -808,7 +808,7 @@ "type": "tidelift" } ], - "time": "2026-09-04T03:46:43+00:00" + "time": "2026-09-10T13:08:32+00:00" }, { "name": "phpunit/php-file-iterator", @@ -1105,16 +1105,16 @@ }, { "name": "phpunit/phpunit", - "version": "13.3.2", + "version": "13.3.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "22104a5ceb8d642e6b30ab00211d53d88e2db368" + "reference": "0d8711067516c1f6ba1a66f762e16c2fb1a8ccd1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/22104a5ceb8d642e6b30ab00211d53d88e2db368", - "reference": "22104a5ceb8d642e6b30ab00211d53d88e2db368", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0d8711067516c1f6ba1a66f762e16c2fb1a8ccd1", + "reference": "0d8711067516c1f6ba1a66f762e16c2fb1a8ccd1", "shasum": "" }, "require": { @@ -1128,14 +1128,14 @@ "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.4.1", - "phpunit/php-code-coverage": "^14.3.1", + "phpunit/php-code-coverage": "^14.3.2", "phpunit/php-file-iterator": "^7.0.2", "phpunit/php-invoker": "^7.0.0", "phpunit/php-text-template": "^6.0.0", "phpunit/php-timer": "^9.0.0", "sebastian/cli-parser": "^5.0.1", "sebastian/comparator": "^8.4", - "sebastian/diff": "^9.0", + "sebastian/diff": "^9.0.1", "sebastian/environment": "^9.3.2", "sebastian/exporter": "^8.2.1", "sebastian/file-filter": "^1.0", @@ -1185,7 +1185,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/13.3.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/13.3.3" }, "funding": [ { @@ -1193,7 +1193,7 @@ "type": "other" } ], - "time": "2026-08-27T08:40:49+00:00" + "time": "2026-09-09T04:50:32+00:00" }, { "name": "respect/coding-standard",