From f8e91760b0b522a895318349aed3aa8e9adb6d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 16:13:22 +0000 Subject: [PATCH] [PHP]: Update phpunit/phpunit requirement in /vendor-bin/phpunit 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.6.16...9.6.17) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- vendor-bin/phpunit/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/phpunit/composer.json b/vendor-bin/phpunit/composer.json index 751cb830..606117a2 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "dg/bypass-finals": "^1.6", - "phpunit/phpunit": "9.6.16", + "phpunit/phpunit": "9.6.17", "symfony/phpunit-bridge": "7.0.3", "vimeo/psalm": "5.22.1", "psalm/plugin-phpunit": "0.18.4",