From 8c87d1025c40d976f5b99950ead481fbedc92eef Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Fri, 19 Jan 2024 21:48:17 +0100 Subject: [PATCH] Upgrade symfony/phpunit-bridge --- composer.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index 24e5fba51..a2b536f04 100644 --- a/composer.json +++ b/composer.json @@ -178,7 +178,7 @@ "symfony/css-selector": "^5.4", "symfony/debug-bundle": "^5.4", "symfony/maker-bundle": "^1.18", - "symfony/phpunit-bridge": "^6.0", + "symfony/phpunit-bridge": "^7.0", "symfony/var-dumper": "^5.4", "symfony/web-profiler-bundle": "^5.4", "symfony/web-server-bundle": "^4.4" diff --git a/composer.lock b/composer.lock index ea3d54551..7339cb25b 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": "b73f7e4d7aee5f3f8ec8bc373989c9bf", + "content-hash": "cb44426320da636145342113f290d2a1", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -19008,27 +19008,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": [ @@ -19069,7 +19069,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": [ { @@ -19085,7 +19085,7 @@ "type": "tidelift" } ], - "time": "2023-12-19T09:12:31+00:00" + "time": "2023-12-19T11:23:03+00:00" }, { "name": "symfony/process",