From aa69d765c359705783a6cc73cae2e901cacec423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:02:29 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12.4.2 --- 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 855657d9a3..2f5e467ceb 100644 --- a/api/composer.json +++ b/api/composer.json @@ -72,7 +72,7 @@ "php-coveralls/php-coveralls": "2.8.0", "phpspec/prophecy-phpunit": "2.4.0", "phpstan/phpstan": "2.1.31", - "phpunit/phpunit": "12.4.1", + "phpunit/phpunit": "12.4.2", "rector/rector": "2.2.7", "psalm/phar": "6.13.1", "spatie/phpunit-snapshot-assertions": "5.2.2", diff --git a/api/composer.lock b/api/composer.lock index 70ebcc0f1b..5d5259a36a 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": "d1daf80b98cb585bf091a121ab24787a", + "content-hash": "9aa391f2024d138d991cce8ba82b9c83", "packages": [ { "name": "api-platform/doctrine-common", @@ -13543,16 +13543,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.4.1", + "version": "12.4.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "fc5413a2e6d240d2f6d9317bdf7f0a24e73de194" + "reference": "a94ea4d26d865875803b23aaf78c3c2c670ea2ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc5413a2e6d240d2f6d9317bdf7f0a24e73de194", - "reference": "fc5413a2e6d240d2f6d9317bdf7f0a24e73de194", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a94ea4d26d865875803b23aaf78c3c2c670ea2ea", + "reference": "a94ea4d26d865875803b23aaf78c3c2c670ea2ea", "shasum": "" }, "require": { @@ -13620,7 +13620,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.4.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.4.2" }, "funding": [ { @@ -13644,7 +13644,7 @@ "type": "tidelift" } ], - "time": "2025-10-09T14:08:29+00:00" + "time": "2025-10-30T08:41:39+00:00" }, { "name": "psalm/phar",