From 1750b446f1096b8d3de473081989107bd90d0382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 04:33:17 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.0 to ^10.3 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.0/ChangeLog-10.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.0.0...10.3.0) --- 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 8ae4a87..8b080e0 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.0", + "phpunit/phpunit": "^10.3", "rector/rector": "^0.16", "symfony/framework-bundle": "^5.3|^6.0", "symfony/phpunit-bridge": "^5.3|^6.0",