From c913af98a8aac7d0b500a30ca66e0ebfda74485b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 06:47:54 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^12.0.3 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 12.0.2 | 12.0.3 | --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 307260e6..7212649c 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "laminas/laminas-httphandlerrunner": "^2.11.0", "phpstan/phpstan": "^2.1.5", "phpstan/phpstan-phpunit": "^2", - "phpunit/phpunit": "^12.0.2", + "phpunit/phpunit": "^12.0.3", "squizlabs/php_codesniffer": "^3.11.3" }, "replace": { diff --git a/composer.lock b/composer.lock index e84ef4ba..29afb1d8 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": "1d2b0d65312c4621af18c2df8b6458a9", + "content-hash": "f59ade21d6812a89ba89645536eec7c0", "packages": [ { "name": "dflydev/fig-cookies", @@ -2221,16 +2221,16 @@ }, { "name": "phpunit/phpunit", - "version": "12.0.2", + "version": "12.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6301fe5c1f5f34192ffd650a87fe055677a32212" + "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6301fe5c1f5f34192ffd650a87fe055677a32212", - "reference": "6301fe5c1f5f34192ffd650a87fe055677a32212", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", + "reference": "df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed", "shasum": "" }, "require": { @@ -2298,7 +2298,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.0.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/12.0.3" }, "funding": [ { @@ -2314,7 +2314,7 @@ "type": "tidelift" } ], - "time": "2025-02-08T09:18:47+00:00" + "time": "2025-02-18T06:28:55+00:00" }, { "name": "psr/container",