From 19114cfb99d55ad2df2a83876c8df7501acf09e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:22:37 +0000 Subject: [PATCH] Update dependency phpunit/phpunit to ^10.5.10 | datasource | package | from | to | | ---------- | --------------- | ------ | ------- | | packagist | phpunit/phpunit | 10.5.9 | 10.5.10 | --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 58f40856..7d28885e 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "mikey179/vfsstream": "^1.6.11", "phing/phing": "^2.17.4", "phpstan/phpstan": "^1.10.57", - "phpunit/phpunit": "^10.5.9", + "phpunit/phpunit": "^10.5.10", "roave/infection-static-analysis-plugin": "^1.34.0", "vimeo/psalm": "^5.21.1" }, diff --git a/composer.lock b/composer.lock index 0d553158..189552f3 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": "d1951e93ab78d3e4a098b8a58fff0441", + "content-hash": "0d0f3ddbe4ebdbff26e6aaea1a774272", "packages": [ { "name": "nikic/php-parser", @@ -3111,16 +3111,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.9", + "version": "10.5.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe" + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", - "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50b8e314b6d0dd06521dc31d1abffa73f25f850c", + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c", "shasum": "" }, "require": { @@ -3192,7 +3192,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.5.9" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.10" }, "funding": [ { @@ -3208,7 +3208,7 @@ "type": "tidelift" } ], - "time": "2024-01-22T14:35:40+00:00" + "time": "2024-02-04T09:07:51+00:00" }, { "name": "psr/log",