From e1d954490069513bdec67d9894b2bbd13f894634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:34:15 +0000 Subject: [PATCH] [Dependabot] Update phpunit/phpunit requirement from 8.5.40 to 8.5.41 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/8.5.41/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/8.5.40...8.5.41) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0cec10c8..4e56d427 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "phpstan/extension-installer": "1.4.3", "phpstan/phpstan": "1.12.12 || 2.0.3", "phpstan/phpstan-phpunit": "1.4.1 || 2.0.1", - "phpunit/phpunit": "8.5.40", + "phpunit/phpunit": "8.5.41", "rector/rector": "1.2.10 || 2.0.0" }, "suggest": {