From aeb9c6905f81916ca64d32cdcd39e2eb4e7da43a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:15:14 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.5.20 to ^8.5.38 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/8.5.38/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.20...8.5.38) --- 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 63edb3e..fc2ea61 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "php-stubs/wp-cli-stubs": "^2.4", - "phpunit/phpunit": "^7.5.20", + "phpunit/phpunit": "^8.5.38", "szepeviktor/phpstan-wordpress": "^1.1", "wearerequired/coding-standards": "^3.0", "wp-cli/extension-command": "^2.0",