From 7436390996f4d912cd073e02ee3f82659c52d094 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 14:58:36 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^12.5.4 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 8853319..426b6e7 100644 --- a/composer.json +++ b/composer.json @@ -91,7 +91,7 @@ "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.1.33", "phpstan/phpstan-symfony": "^2.0.9", - "phpunit/phpunit": "^12.5.2", + "phpunit/phpunit": "^12.5.4", "symfony/browser-kit": "7.3.*", "symfony/css-selector": "7.3.*" } diff --git a/composer.lock b/composer.lock index 4214b41..36bccd1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "233e19675cbdc19fec90fcf633da4f5a", + "content-hash": "1db466c75e3b322387855fc13b51c7ce", "packages": [ { "name": "composer/semver", @@ -6341,16 +6341,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.5.2", + "version": "12.5.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "06713c2633d6d832f2fe98a70511ecaa7cb92c1a" + "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/06713c2633d6d832f2fe98a70511ecaa7cb92c1a", - "reference": "06713c2633d6d832f2fe98a70511ecaa7cb92c1a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4ba0e923f9d3fc655de22f9547c01d15a41fc93a", + "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a", "shasum": "" }, "require": { @@ -6418,7 +6418,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.5.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.4" }, "funding": [ { @@ -6442,7 +6442,7 @@ "type": "tidelift" } ], - "time": "2025-12-08T07:22:32+00:00" + "time": "2025-12-15T06:05:34+00:00" }, { "name": "react/cache",