From 1d13a4f053c46c269bdc1c1c30a5209cb0e0b9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 23:10:37 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5 to ^10.2 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.5.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 a351724..13c41da 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "maglnet/composer-require-checker": "^4.4", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^10.2", "rector/rector": "^0.15.13", "roave/infection-static-analysis-plugin": "^1.16", "spatie/phpunit-watcher": "^1.23",