From fa8129dd6a7a688adcc6345d8492d078bc43a71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 04:21:48 +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.3...v7.1.4) --- 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 00563702..b482f398 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "symfony/phpunit-bridge": "7.1.3", + "symfony/phpunit-bridge": "7.1.4", "vimeo/psalm": "5.25.0", "psalm/plugin-phpunit": "0.19.0", "weirdan/doctrine-psalm-plugin": "2.9.0",