From 73ba79c422efda0a76f631d127fa74cd563b8a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:49:36 +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/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v7.1.0...v7.1.1) --- 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 948a54f0..0a668a6b 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -2,7 +2,7 @@ "require-dev": { "dg/bypass-finals": "^1.7", "phpunit/phpunit": "9.6.19", - "symfony/phpunit-bridge": "7.1.0", + "symfony/phpunit-bridge": "7.1.1", "vimeo/psalm": "5.24.0", "psalm/plugin-phpunit": "0.19.0", "weirdan/doctrine-psalm-plugin": "2.9.0",