From db40f63711feea0982d9dacdc80da3be768c80d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 16:01:43 +0000 Subject: [PATCH] [PHP]: Update symfony/phpunit-bridge requirement in /vendor-bin/phpunit Updates the requirements on [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) to permit the latest version. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v6.3.6...v6.3.8) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge 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 8f645d61..2293f8d1 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -2,7 +2,7 @@ "require-dev": { "dg/bypass-finals": "^1.5", "phpunit/phpunit": "9.6.13", - "symfony/phpunit-bridge": "6.3.6", + "symfony/phpunit-bridge": "6.3.8", "vimeo/psalm": "5.15.0", "psalm/plugin-phpunit": "0.18.4", "weirdan/doctrine-psalm-plugin": "2.9.0",