From 9e2247e12e28155e0a37dd2567e0a13cef451e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:28:49 +0000 Subject: [PATCH] Update symfony/phpunit-bridge requirement from ^5.2 || ^6.2 to ^5.2 || ^6.2 || ^7.0 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/commits/v7.0.1) --- 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 0e10181..27be0dc 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^1.10", "squizlabs/php_codesniffer": "^3.7", - "symfony/phpunit-bridge": "^5.2 || ^6.2" + "symfony/phpunit-bridge": "^5.2 || ^6.2 || ^7.0" }, "autoload": { "psr-4": {