From 9693c238142bc609875f7911b8aa355d666e6270 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:14:20 +0000 Subject: [PATCH] chore(deps): update dependency phpunit/phpunit to v12.5.0 --- api/composer.json | 2 +- api/composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api/composer.json b/api/composer.json index fd9d03f020..766f6edccb 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.32", - "phpunit/phpunit": "12.4.5", + "phpunit/phpunit": "12.5.0", "rector/rector": "2.2.11", "psalm/phar": "6.13.1", "spatie/phpunit-snapshot-assertions": "5.2.3", diff --git a/api/composer.lock b/api/composer.lock index 5066e30204..1c2ace32e5 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": "f8ec59c84aa199d6b74338f84c9721db", + "content-hash": "0ab9805be2b2453d526343c1b5b47eec", "packages": [ { "name": "api-platform/doctrine-common", @@ -13725,16 +13725,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.4.5", + "version": "12.5.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5af317802efd27d5b9cbe048e3760d4a2f687f45" + "reference": "fef037fe50d20ce826cdbd741b7a2afcdec5f45b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5af317802efd27d5b9cbe048e3760d4a2f687f45", - "reference": "5af317802efd27d5b9cbe048e3760d4a2f687f45", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fef037fe50d20ce826cdbd741b7a2afcdec5f45b", + "reference": "fef037fe50d20ce826cdbd741b7a2afcdec5f45b", "shasum": "" }, "require": { @@ -13748,7 +13748,7 @@ "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.3", - "phpunit/php-code-coverage": "^12.4.0", + "phpunit/php-code-coverage": "^12.5.0", "phpunit/php-file-iterator": "^6.0.0", "phpunit/php-invoker": "^6.0.0", "phpunit/php-text-template": "^5.0.0", @@ -13770,7 +13770,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "12.4-dev" + "dev-main": "12.5-dev" } }, "autoload": { @@ -13802,7 +13802,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.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.0" }, "funding": [ { @@ -13826,7 +13826,7 @@ "type": "tidelift" } ], - "time": "2025-12-01T07:40:15+00:00" + "time": "2025-12-05T04:59:40+00:00" }, { "name": "psalm/phar",