From 78043f9c6be13ab683db36660748106ba271ddd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:47:40 +0000 Subject: [PATCH] build(deps-dev): update phpunit/phpunit requirement 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/11.5.2/ChangeLog-11.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.5.0...11.5.2) --- 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 f4ca3ce62..b4dc1e3d1 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "fig-r/psr2r-sniffer": "2.1.1", "overtrue/phplint": "9.5.5", "phpstan/phpstan": "2.0.4", - "phpunit/phpunit": "11.5.0", + "phpunit/phpunit": "11.5.2", "phpunit/php-code-coverage": "11.0.8", "rector/rector": "2.0.0", "squizlabs/php_codesniffer": "3.11.2"