From faa83a8f33bbe21a8ec8cdad6d84285f3d4f258a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 11:46:20 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12.3.2 --- composer.lock | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index c655add..fe79a91 100644 --- a/composer.lock +++ b/composer.lock @@ -3657,16 +3657,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.3.1", + "version": "12.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5fd1b6e8ab560e0c62600591d438d22a8d978d68" + "reference": "ac6952c92e8a66ee5698cf81f421120ff64c8d0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5fd1b6e8ab560e0c62600591d438d22a8d978d68", - "reference": "5fd1b6e8ab560e0c62600591d438d22a8d978d68", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ac6952c92e8a66ee5698cf81f421120ff64c8d0f", + "reference": "ac6952c92e8a66ee5698cf81f421120ff64c8d0f", "shasum": "" }, "require": { @@ -3686,7 +3686,7 @@ "phpunit/php-text-template": "^5.0.0", "phpunit/php-timer": "^8.0.0", "sebastian/cli-parser": "^4.0.0", - "sebastian/comparator": "^7.1.0", + "sebastian/comparator": "^7.1.1", "sebastian/diff": "^7.0.0", "sebastian/environment": "^8.0.2", "sebastian/exporter": "^7.0.0", @@ -3734,7 +3734,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.3.2" }, "funding": [ { @@ -3758,7 +3758,7 @@ "type": "tidelift" } ], - "time": "2025-08-09T07:12:41+00:00" + "time": "2025-08-10T08:36:39+00:00" }, { "name": "sebastian/cli-parser", @@ -3819,16 +3819,16 @@ }, { "name": "sebastian/comparator", - "version": "7.1.0", + "version": "7.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "03d905327dccc0851c9a08d6a979dfc683826b6f" + "reference": "1a7c2bce03a13a457ed3c975dfd331b3b4b133aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/03d905327dccc0851c9a08d6a979dfc683826b6f", - "reference": "03d905327dccc0851c9a08d6a979dfc683826b6f", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1a7c2bce03a13a457ed3c975dfd331b3b4b133aa", + "reference": "1a7c2bce03a13a457ed3c975dfd331b3b4b133aa", "shasum": "" }, "require": { @@ -3887,7 +3887,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/7.1.0" + "source": "https://github.com/sebastianbergmann/comparator/tree/7.1.2" }, "funding": [ { @@ -3907,7 +3907,7 @@ "type": "tidelift" } ], - "time": "2025-06-17T07:41:58+00:00" + "time": "2025-08-10T08:50:08+00:00" }, { "name": "sebastian/complexity",