From 135979cc0fddfc3086a0b06749d70211fdefde90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:47:07 +0000 Subject: [PATCH] build(deps-dev): update phpunit/phpunit requirement || ^10.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.2.3/ChangeLog-10.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.0.0...10.2.3) --- 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 3f4eb31..bb94ff5 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "mikey179/vfsstream": "^1.6", "phpro/grumphp": "~1.0", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.0", + "phpunit/phpunit": "^9.0 || ^10.0", "roave/infection-static-analysis-plugin": "^1.32", "squizlabs/php_codesniffer": "^3.5", "symfony/var-dumper": "^5.0 || ^6.0",