From 15f5fd0f5227aa6f5602d40165cf1653b77ffec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 01:10:31 +0000 Subject: [PATCH] chore(deps-dev): bump symfony/phpunit-bridge from 5.2.7 to 6.2.3 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 5.2.7 to 6.2.3. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/6.2/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/compare/v5.2.7...v6.2.3) --- 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 | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index a7f1953..ba29d53 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "phpstan/phpstan": "^0.12.67", "phpstan/phpstan-beberlei-assert": "^0.12.4", "phpstan/phpstan-symfony": "^0.12.14", - "symfony/phpunit-bridge": "^5.2" + "symfony/phpunit-bridge": "^6.2" }, "config": { "optimize-autoloader": true, diff --git a/composer.lock b/composer.lock index f888f50..3db56dd 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": "2dac1bfe8458fefd3be8eb95a0674ccf", + "content-hash": "3cdd659c3fc61e945d44fa602f383433", "packages": [ { "name": "beberlei/assert", @@ -6037,27 +6037,27 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.2.7", + "version": "v6.2.3", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac" + "reference": "3766b8269d3bac5c214a04ebd6870e71e52bcb60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f530f0153f4a871b2c65dd6b295d7b8d03a16eac", - "reference": "f530f0153f4a871b2c65dd6b295d7b8d03a16eac", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3766b8269d3bac5c214a04ebd6870e71e52bcb60", + "reference": "3766b8269d3bac5c214a04ebd6870e71e52bcb60", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": ">=7.1.3" }, "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2" + "phpunit/phpunit": "<7.5|9.1.2" }, "require-dev": { - "symfony/deprecation-contracts": "^2.1", - "symfony/error-handler": "^4.4|^5.0" + "symfony/deprecation-contracts": "^2.1|^3.0", + "symfony/error-handler": "^5.4|^6.0" }, "suggest": { "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" @@ -6100,7 +6100,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.2.7" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.2.3" }, "funding": [ { @@ -6116,7 +6116,7 @@ "type": "tidelift" } ], - "time": "2021-04-11T22:55:21+00:00" + "time": "2022-12-28T14:26:22+00:00" }, { "name": "symfony/polyfill-php70", @@ -6563,5 +6563,5 @@ "platform-dev": { "ext-xdebug": "*" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }