From 1650f0ae93d50666803d2e27df39b9b91d342696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:56:44 +0000 Subject: [PATCH] Update symfony/phpunit-bridge requirement from ~5.2 to ~7.1 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/v5.2.0...v7.1.2) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6192d55..74c1ce9 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpmd/phpmd": "^2.6", "sebastian/phpcpd": "^3.0", "squizlabs/php_codesniffer": "3.*", - "symfony/phpunit-bridge": "~5.2" + "symfony/phpunit-bridge": "~7.1" }, "autoload" : { "psr-4": {