From ab28010ae4d69fa90c124e879a5fa0af0f3787e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 04:56:31 +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. - [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.18...9.6.19) --- 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 7e26acbf..cec9290d 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -4,7 +4,7 @@ "vimeo/psalm": "5.23.1", "psalm/plugin-phpunit": "0.19.0", "weirdan/doctrine-psalm-plugin": "2.9.0", - "phpunit/phpunit": "9.6.18" + "phpunit/phpunit": "9.6.19" }, "config": { "allow-plugins": {