From b700a6fff3ec1c6c0d13434933b0409231ed5f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 12:01:49 +0000 Subject: [PATCH] Bump symfony/phpunit-bridge from 4.4.47 to 6.2.10 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 4.4.47 to 6.2.10. - [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/v4.4.47...v6.2.10) --- 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 | 21 +++++++++++---------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 48631199..45845294 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ "phpstan/phpstan-symfony": "^0.12.7", "squizlabs/php_codesniffer": "@stable", "symfony/browser-kit": "4.4.*", - "symfony/phpunit-bridge": "4.4.*" + "symfony/phpunit-bridge": "6.2.*" }, "config": { "preferred-install": { diff --git a/composer.lock b/composer.lock index d3a74042..a42e5a8c 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": "9d9fc6be8876a557dfe71fcd4e83cf1b", + "content-hash": "55ffed39ef5bc8180d3c2ec6f2847e89", "packages": [ { "name": "behat/transliterator", @@ -9965,26 +9965,27 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v4.4.47", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396" + "reference": "552950db2919421ad917e29e76d1999a2a31a8e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/75857fc94e9cb68e7ab32e7a962750f73ce40396", - "reference": "75857fc94e9cb68e7ab32e7a962750f73ce40396", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/552950db2919421ad917e29e76d1999a2a31a8e3", + "reference": "552950db2919421ad917e29e76d1999a2a31a8e3", "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/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" @@ -10027,7 +10028,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.47" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.2.10" }, "funding": [ { @@ -10043,7 +10044,7 @@ "type": "tidelift" } ], - "time": "2022-10-03T15:15:11+00:00" + "time": "2023-04-18T13:46:08+00:00" } ], "aliases": [],