From b342f959556c11b23a73c3046921d009b9819585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 08:10:37 +0000 Subject: [PATCH] Bump phpunit/phpunit from 10.5.1 to 10.5.2 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.1 to 10.5.2. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.2/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.1...10.5.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 62e1eb2..f277b16 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": ">=7.4" }, "require-dev": { - "phpunit/phpunit": "10.5.1", + "phpunit/phpunit": "10.5.2", "infection/codeception-adapter": "0.4.2", "infection/infection": "0.27.8" }, diff --git a/composer.lock b/composer.lock index e78550a..773c75b 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": "c4930ac940e3abb282ba18a654e43030", + "content-hash": "64d3f1d156a95742be6688f0e11e5d05", "packages": [], "packages-dev": [ { @@ -1376,16 +1376,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.1", + "version": "10.5.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408" + "reference": "5aedff46afba98dddecaa12349ec044d9103d4fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408", - "reference": "d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5aedff46afba98dddecaa12349ec044d9103d4fe", + "reference": "5aedff46afba98dddecaa12349ec044d9103d4fe", "shasum": "" }, "require": { @@ -1457,7 +1457,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.1" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.2" }, "funding": [ { @@ -1473,7 +1473,7 @@ "type": "tidelift" } ], - "time": "2023-12-01T16:57:05+00:00" + "time": "2023-12-05T14:54:33+00:00" }, { "name": "psr/container",