From 93759bc6986c0bd603c646d22182937b10ebf2e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 06:20:46 +0000 Subject: [PATCH] tools(deps-dev): Update phpunit/phpunit requirement in /tools/phpunit 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/10.5.44/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.5.41...10.5.44) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tools/phpunit/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phpunit/composer.json b/tools/phpunit/composer.json index 92389eaa..18adfc85 100644 --- a/tools/phpunit/composer.json +++ b/tools/phpunit/composer.json @@ -6,7 +6,7 @@ "php": "^8.1" }, "require-dev": { - "phpunit/phpunit": "10.5.41", + "phpunit/phpunit": "10.5.44", "roave/security-advisories": "dev-latest" }, "prefer-stable": true,