From 147d22da62ec7b54eeeaa41ee15bc33aca8d5568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 07:37:25 +0000 Subject: [PATCH] chore: update symfony/phpunit-bridge requirement || ^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/compare/v6.0.0...v7.0.0) --- 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 c4609fe..9de337b 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "require-dev": { "squizlabs/php_codesniffer": "^3.5", "bower-asset/chart-js": "^2.7 || ^4.0", - "symfony/phpunit-bridge": "^6.0", + "symfony/phpunit-bridge": "^6.0 || ^7.0", "vimeo/psalm": "^4.10 || ^5.0" }, "scripts": {