From b98d0f1633424f510eb487fd94b9c8014514d66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:50:13 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6.17 to ^9.6.19 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/9.6.19/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.17...9.6.19) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0c3fb06..5121ec7 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "altis/dev-tools-command": "^0.7.2", "wp-phpunit/wp-phpunit": "6.3.1", "yoast/phpunit-polyfills": "^1.1.1", - "phpunit/phpunit": "^9.6.17", + "phpunit/phpunit": "^9.6.19", "lucatume/wp-browser": "~3.2.3", "codeception/module-asserts": "~1.3.1", "codeception/module-phpbrowser": "~1.0.3",