From ee8e5d582ecead003909f3ca9cee186b64bd5c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 08:03:13 +0000 Subject: [PATCH] Bump symfony/phpunit-bridge from 5.2.2 to 6.2.5 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 5.2.2 to 6.2.5. - [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.2...v6.2.5) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index 566eebae4c..6bd3b140aa 100644 --- a/composer.lock +++ b/composer.lock @@ -16585,27 +16585,27 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.2.2", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "587f2b6bbcda8c473b91c18165958ffbb8af3c4c" + "reference": "d759e5372de414bef53a688c7aa7e240e4fd8aa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/587f2b6bbcda8c473b91c18165958ffbb8af3c4c", - "reference": "587f2b6bbcda8c473b91c18165958ffbb8af3c4c", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d759e5372de414bef53a688c7aa7e240e4fd8aa2", + "reference": "d759e5372de414bef53a688c7aa7e240e4fd8aa2", "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" @@ -16648,7 +16648,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.2" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.2.5" }, "funding": [ { @@ -16664,7 +16664,7 @@ "type": "tidelift" } ], - "time": "2021-01-25T13:54:05+00:00" + "time": "2023-01-01T08:38:09+00:00" }, { "name": "symfony/polyfill-php70", @@ -17329,5 +17329,5 @@ "ext-posix": "7.4", "ext-zip": "1.15.4" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }