From 196712316bf7e3aa7f85c97c42bda040f2f71b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 09:27:59 -0700 Subject: [PATCH] composer(deps-dev): Update symfony/phpunit-bridge requirement (#303) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 15bcfb8..b0f5850 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "phpunit/phpunit": "^9.6.13", - "symfony/phpunit-bridge": "^6.3.6" + "symfony/phpunit-bridge": "^6.3.8" }, "autoload": { "psr-4": {