From 3ca82f7b17d3434668ccffe2277f0b9f319a3416 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 07:56:58 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^10.4.2 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpunit/phpunit | 10.4.1 | 10.4.2 | --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index c31efb11a..b10b5a5a8 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "doctrine/coding-standard": "^12.0.0", "phpstan/phpstan": "^1.10.39", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.4.1", + "phpunit/phpunit": "^10.4.2", "vimeo/psalm": "5.15.0", "roave/infection-static-analysis-plugin": "^1.33.0" }, diff --git a/composer.lock b/composer.lock index 2766fe968..96397ff71 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": "dc067fe6ebd054b11614022fcb5026a2", + "content-hash": "3ece7a51ff3245e2cd4957d623f3b805", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -2337,16 +2337,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.4.1", + "version": "10.4.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "62bd7af13d282deeb95650077d28ba3600ca321c" + "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/62bd7af13d282deeb95650077d28ba3600ca321c", - "reference": "62bd7af13d282deeb95650077d28ba3600ca321c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", + "reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1", "shasum": "" }, "require": { @@ -2418,7 +2418,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2" }, "funding": [ { @@ -2434,7 +2434,7 @@ "type": "tidelift" } ], - "time": "2023-10-08T05:01:11+00:00" + "time": "2023-10-26T07:21:45+00:00" }, { "name": "psr/container",