From 9ed0da3af62facbbe3bc4c1b146b106dd2d7befb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:19:34 +0000 Subject: [PATCH] Bump phpunit/phpunit from 9.6.10 to 9.6.13 Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.10 to 9.6.13. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.13/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.10...9.6.13) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1acd1dc..8b4152f 100644 --- a/composer.json +++ b/composer.json @@ -10,6 +10,6 @@ ], "require": {}, "require-dev": { - "phpunit/phpunit": "^5.4" + "phpunit/phpunit": "^9.6" } }