From 1f3570d5ccb97e475a8a8d720f9dc828f0409102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:01:59 -0700 Subject: [PATCH] build(deps-dev): update phpunit/phpunit requirement (#1692) Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.4/ChangeLog-10.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.3...10.3.4) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 521e8845a..ddaf76456 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.34", - "phpunit/phpunit": "10.3.3", + "phpunit/phpunit": "10.3.4", "phpunit/php-code-coverage": "10.1.5", "rector/rector": "0.15.13", "squizlabs/php_codesniffer": "3.7.2"