From 4e42e74ca1f0d812ede8f12185f3818f9ee92d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 00:47:37 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5.21 to ^9.6.17 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.17/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.21...9.6.17) --- 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 22b30b2..7e74711 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require-dev": { "orchestra/testbench": "^7.14", "orchestra/testbench-core": "^7.14", - "phpunit/phpunit": "^9.5.21", + "phpunit/phpunit": "^9.6.17", "vimeo/psalm": "4.24.0" }, "config": {