From 8dfe79765e466f58acb1ebe76a241448df2fe95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 06:20:26 +0000 Subject: [PATCH] composer(deps-dev): Bump phpunit/phpunit from 10.5.3 to 10.5.5 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.3 to 10.5.5. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.5/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.3...10.5.5) --- 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 cfe64cc7..17cb649e 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "ergebnis/phpunit-slow-test-detector": "^2.9.0", "fakerphp/faker": "^1.23.0", "infection/infection": "~0.27.9", - "phpunit/phpunit": "^10.5.3", + "phpunit/phpunit": "^10.5.5", "psalm/plugin-phpunit": "~0.18.4", "rector/rector": "~0.18.13", "roave/backward-compatibility-check": "^8.6.0", diff --git a/composer.lock b/composer.lock index f6d73076..cc9d0bdd 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": "fffd0e19b9316aee0f242b4cb2163d60", + "content-hash": "ebc3737ca551963cc90dab664ed38233", "packages": [], "packages-dev": [ { @@ -3631,16 +3631,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.3", + "version": "10.5.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19" + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6fce887c71076a73f32fd3e0774a6833fc5c7f19", - "reference": "6fce887c71076a73f32fd3e0774a6833fc5c7f19", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", "shasum": "" }, "require": { @@ -3712,7 +3712,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.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.5" }, "funding": [ { @@ -3728,7 +3728,7 @@ "type": "tidelift" } ], - "time": "2023-12-13T07:25:23+00:00" + "time": "2023-12-27T15:13:52+00:00" }, { "name": "psalm/plugin-phpunit",