From b90bdb803bcf0cd3c66e8cece5ac19ad43487636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:58:11 +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. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.1/ChangeLog-10.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.5...10.4.1) --- 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 1301db61a..d592c2dca 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "fig-r/psr2r-sniffer": "1.4.0", "overtrue/phplint": "9.0.4", "phpstan/phpstan": "1.10.39", - "phpunit/phpunit": "10.3.5", + "phpunit/phpunit": "10.4.1", "phpunit/php-code-coverage": "10.1.7", "rector/rector": "0.15.13", "squizlabs/php_codesniffer": "3.7.2"