From 7f72ea73e2576359d6e4ed5c276c4775cde4dd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:44:02 +0000 Subject: [PATCH] composer(deps-dev): Bump phpunit/phpunit from 10.5.5 to 10.5.7 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.5 to 10.5.7. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.7/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.5...10.5.7) --- 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 72002b6d..f898b606 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "ergebnis/phpunit-slow-test-detector": "^2.9.0", "fakerphp/faker": "^1.23.1", "infection/infection": "~0.27.9", - "phpunit/phpunit": "^10.5.5", + "phpunit/phpunit": "^10.5.7", "psalm/plugin-phpunit": "~0.18.4", "psalm/plugin-symfony": "^5.1.0", "rector/rector": "~0.19.0", diff --git a/composer.lock b/composer.lock index c1dafe3c..1cb4c8e5 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": "451a53a80eee44a02111266d730ab3c0", + "content-hash": "6f346a1851558dd7fbb333dbdd1b3a97", "packages": [ { "name": "brick/math", @@ -7278,16 +7278,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.5", + "version": "10.5.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" + "reference": "e5c5b397a95cb0db013270a985726fcae93e61b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e5c5b397a95cb0db013270a985726fcae93e61b8", + "reference": "e5c5b397a95cb0db013270a985726fcae93e61b8", "shasum": "" }, "require": { @@ -7359,7 +7359,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.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.7" }, "funding": [ { @@ -7375,7 +7375,7 @@ "type": "tidelift" } ], - "time": "2023-12-27T15:13:52+00:00" + "time": "2024-01-14T16:40:30+00:00" }, { "name": "psalm/plugin-phpunit",