From 8cba877e301a2279c9b81a1bbecc925067e9e6a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 16:36:59 +0000 Subject: [PATCH] [composer/dev](deps-dev): Bump symfony/phpunit-bridge Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 6.2.7 to 8.0.3. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.4/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v6.2.7...v8.0.3) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 63 +++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 54 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 9eb362ed..24baeb01 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,7 @@ "symfony/css-selector": "^5.2", "symfony/debug-bundle": "^5.2", "symfony/maker-bundle": "^1.0", - "symfony/phpunit-bridge": "^6.0", + "symfony/phpunit-bridge": "^8.0", "symfony/stopwatch": "^5.2", "symfony/var-dumper": "^5.2", "symfony/web-profiler-bundle": "^5.2", diff --git a/composer.lock b/composer.lock index 8272821a..6683406c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a6086772ccea6352f7ab40e18417210e", + "content-hash": "a9bbb0f43525172c81185dad1ef604fa", "packages": [ { "name": "composer/package-versions-deprecated", @@ -7231,19 +7231,24 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v6.2.7", + "version": "v8.0.3", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "56965fae0b6b8d271015990eff5240ffff02e185" + "reference": "3c59b07980df5d4ae4a2620287016209802261ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/56965fae0b6b8d271015990eff5240ffff02e185", - "reference": "56965fae0b6b8d271015990eff5240ffff02e185" + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3c59b07980df5d4ae4a2620287016209802261ea", + "reference": "3c59b07980df5d4ae4a2620287016209802261ea", + "shasum": "" }, "require": { - "php": ">=7.1.3" + "php": ">=8.1.0" + }, + "require-dev": { + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/error-handler": "^6.4.3|^7.0.3|^8.0" }, "bin": [ "bin/simple-phpunit" @@ -7251,8 +7256,8 @@ "type": "symfony-bridge", "extra": { "thanks": { - "name": "phpunit/phpunit", - "url": "https://github.com/sebastianbergmann/phpunit" + "url": "https://github.com/sebastianbergmann/phpunit", + "name": "phpunit/phpunit" } }, "autoload": { @@ -7263,13 +7268,51 @@ "Symfony\\Bridge\\PhpUnit\\": "" }, "exclude-from-classmap": [ - "/Tests/" + "/Tests/", + "/bin/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Provides utilities for PHPUnit, especially user deprecation notices management" + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "homepage": "https://symfony.com", + "keywords": [ + "testing" + ], + "support": { + "source": "https://github.com/symfony/phpunit-bridge/tree/v8.0.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2025-12-10T13:10:54+00:00" }, { "name": "symfony/web-profiler-bundle",