From 17921570a27d90edbe2bbb36c1ad5b6a74dcb4f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:42:32 +0000 Subject: [PATCH] Bump symfony/phpunit-bridge from 6.4.1 to 7.0.2 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 6.4.1 to 7.0.2. - [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.4.1...v7.0.2) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 7fe6c244..cb4dc577 100644 --- a/composer.json +++ b/composer.json @@ -151,7 +151,7 @@ "symfony/css-selector": "^6.2", "symfony/debug-bundle": "^6.2", "symfony/maker-bundle": "^1.0", - "symfony/phpunit-bridge": "^6.2", + "symfony/phpunit-bridge": "^7.0", "symfony/stopwatch": "^6.2", "symfony/web-profiler-bundle": "^6.2" } diff --git a/composer.lock b/composer.lock index 2bd61083..f2cdb53f 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": "c95584e881c08ae04de6bb2a35e188b7", + "content-hash": "087f053cf9bc4adca9b83189405b1549", "packages": [ { "name": "acseo/typesense-bundle", @@ -14339,27 +14339,27 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v6.4.2", + "version": "v7.0.2", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "bd0455b7888e4adac29cf175d819c51f88fed942" + "reference": "92df075808c9437beca9540e25ae0c40eea1c061" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/bd0455b7888e4adac29cf175d819c51f88fed942", - "reference": "bd0455b7888e4adac29cf175d819c51f88fed942", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/92df075808c9437beca9540e25ae0c40eea1c061", + "reference": "92df075808c9437beca9540e25ae0c40eea1c061", "shasum": "" }, "require": { - "php": ">=7.1.3" + "php": ">=7.2.5" }, "conflict": { "phpunit/phpunit": "<7.5|9.1.2" }, "require-dev": { "symfony/deprecation-contracts": "^2.5|^3.0", - "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^5.4|^6.4|^7.0", "symfony/polyfill-php81": "^1.27" }, "bin": [ @@ -14400,7 +14400,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v6.4.2" + "source": "https://github.com/symfony/phpunit-bridge/tree/v7.0.2" }, "funding": [ { @@ -14416,7 +14416,7 @@ "type": "tidelift" } ], - "time": "2023-12-19T09:12:31+00:00" + "time": "2023-12-19T11:23:03+00:00" }, { "name": "symfony/web-profiler-bundle",