From 0be4da36ebf352fd138dddc89a678b4e19675dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 04:05:22 +0000 Subject: [PATCH] composer(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.1/ChangeLog-10.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.2.6...10.3.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 1f2ef8b..bc057ec 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "phpstan/phpstan": "^1.10.26", "phpstan/phpstan-deprecation-rules": "^1.1.3", "phpstan/phpstan-phpunit": "^1.3.13", - "phpunit/phpunit": "^10.2.6", + "phpunit/phpunit": "^10.3.1", "rector/rector": "^0.17.2", "vimeo/psalm": "^5.14.0" },