From aee6e7519da570f963ce5708ac381a5616ad698c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:39:51 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^6.5 to ^7.5 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/7.5.20/ChangeLog-7.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/6.5.0...7.5.20) --- 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 8bc361ca56..89a34cb581 100644 --- a/composer.json +++ b/composer.json @@ -82,7 +82,7 @@ "lucatume/wp-browser": "^3.1", "lucatume/wp-snaphot-assertions": "^1.1", "phpcompatibility/phpcompatibility-wp": "*", - "phpunit/phpunit": "^6.5", + "phpunit/phpunit": "^7.5", "spatie/phpunit-snapshot-assertions": "^1.4.2", "the-events-calendar/coding-standards": "dev-master", "wp-cli/wp-cli": "2.*",