From 240e27be3e970c6987088b03b5c865fd2ae2bc8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:18:10 +0000 Subject: [PATCH] Update symfony/phpunit-bridge requirement from ^6 to ^6 || ^7 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.0.0...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 fb5feb0..5e47330 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "symfony/yaml": "^6", "beberlei/porpaginas": "^1.2 || ^2.0", "php-coveralls/php-coveralls": "^2.1.0", - "symfony/phpunit-bridge": "^6", + "symfony/phpunit-bridge": "^6 || ^7", "phpstan/phpstan": "^1.8", "composer/package-versions-deprecated": "^1.8" },