From cac10dcdca903dc4f158b550f7be62c8cfd0445a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:52:56 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12.5.4 --- api/composer.json | 2 +- api/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/composer.json b/api/composer.json index 08806d4ced..9679eee5fd 100644 --- a/api/composer.json +++ b/api/composer.json @@ -72,7 +72,7 @@ "php-coveralls/php-coveralls": "2.9.0", "phpspec/prophecy-phpunit": "2.4.0", "phpstan/phpstan": "2.1.33", - "phpunit/phpunit": "12.5.3", + "phpunit/phpunit": "12.5.4", "rector/rector": "2.2.14", "psalm/phar": "6.14.1", "spatie/phpunit-snapshot-assertions": "5.2.3", diff --git a/api/composer.lock b/api/composer.lock index cdddc32bd9..7dc1bf714b 100644 --- a/api/composer.lock +++ b/api/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": "0bdb5f612de256e9bc761abb5207b105", + "content-hash": "57cda39bd4bf6cf532e8ebf58ab7675f", "packages": [ { "name": "api-platform/doctrine-common", @@ -13547,16 +13547,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.5.3", + "version": "12.5.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6dc2e076d09960efbb0c1272aa9bc156fc80955e" + "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6dc2e076d09960efbb0c1272aa9bc156fc80955e", - "reference": "6dc2e076d09960efbb0c1272aa9bc156fc80955e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4ba0e923f9d3fc655de22f9547c01d15a41fc93a", + "reference": "4ba0e923f9d3fc655de22f9547c01d15a41fc93a", "shasum": "" }, "require": { @@ -13624,7 +13624,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.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.4" }, "funding": [ { @@ -13648,7 +13648,7 @@ "type": "tidelift" } ], - "time": "2025-12-11T08:52:59+00:00" + "time": "2025-12-15T06:05:34+00:00" }, { "name": "psalm/phar",