From ca3e9f7a80afd1448a4e2d318ae49bde3c46282f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 20:33:26 +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.3.5/ChangeLog-10.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.4...10.3.5) --- 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 d33ea9f8c..8f766d21f 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.35", - "phpunit/phpunit": "10.3.4", + "phpunit/phpunit": "10.3.5", "phpunit/php-code-coverage": "10.1.6", "rector/rector": "0.15.13", "squizlabs/php_codesniffer": "3.7.2"