From e06c7bc58bfb3cee26704eca8784899eb7ce6252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 03:18:25 +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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 150fa3e412..b6db9e2cb3 100644 --- a/composer.json +++ b/composer.json @@ -83,10 +83,9 @@ "lucatume/wp-browser": "3.2.3", "lucatume/wp-snaphot-assertions": "^1.1", "phpcompatibility/phpcompatibility-wp": "*", - "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "phpstan/phpstan-deprecation-rules": "^1.1", - "phpunit/phpunit": "^6.5", + "phpunit/phpunit": "^7.5", "spatie/phpunit-snapshot-assertions": "^1.4.2", "szepeviktor/phpstan-wordpress": "*", "the-events-calendar/coding-standards": "dev-main",