From 483c38cee99995f9339ca2836a9f6ef4202b609f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:51:48 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^7.5.20 to ^8.5.36 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/8.5.36/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/7.5.20...8.5.36) --- 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..1ae9589 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.36", "szepeviktor/phpstan-wordpress": "^1.1", "wearerequired/coding-standards": "^3.0", "wp-cli/extension-command": "^2.0",