From 1dd6fe26964225f3c4ab257aa70eaf5289b8f94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:57:12 +0000 Subject: [PATCH] composer(deps-dev): bump symfony/phpunit-bridge from 7.1.4 to 7.2.0 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 7.1.4 to 7.2.0. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v7.1.4...v7.2.0) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge dependency-type: direct:development update-type: version-update:semver-minor ... 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 632cace..b4cb40b 100644 --- a/composer.json +++ b/composer.json @@ -119,7 +119,7 @@ "symfony/css-selector": "^7.1", "symfony/debug-bundle": "^7.1", "symfony/maker-bundle": "^1.61", - "symfony/phpunit-bridge": "^7.1", + "symfony/phpunit-bridge": "^7.2", "symfony/stopwatch": "^7.0", "symfony/web-profiler-bundle": "^7.1", "symplify/easy-coding-standard": "^12.3" diff --git a/composer.lock b/composer.lock index 1243b26..b9c36a7 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": "68ec270ff5e415c5a89f32ea73dfdc26", + "content-hash": "d49755c4772c4a0cf6010f286848f014", "packages": [ { "name": "api-platform/core", @@ -11774,16 +11774,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v7.1.4", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "e876eb90e32a8fc4c4911d458e09f88d65877d1c" + "reference": "2bbde92ab25a0e2c88160857af7be9db5da0d145" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e876eb90e32a8fc4c4911d458e09f88d65877d1c", - "reference": "e876eb90e32a8fc4c4911d458e09f88d65877d1c", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2bbde92ab25a0e2c88160857af7be9db5da0d145", + "reference": "2bbde92ab25a0e2c88160857af7be9db5da0d145", "shasum": "" }, "require": { @@ -11803,8 +11803,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": { @@ -11836,7 +11836,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v7.1.4" + "source": "https://github.com/symfony/phpunit-bridge/tree/v7.2.0" }, "funding": [ { @@ -11852,7 +11852,7 @@ "type": "tidelift" } ], - "time": "2024-08-13T14:28:19+00:00" + "time": "2024-11-13T16:15:23+00:00" }, { "name": "symfony/web-profiler-bundle",