From 523108b00900211d4b5171da2d2e1747e3f0794a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:08:22 +0000 Subject: [PATCH] build(deps-dev): bump symfony/phpunit-bridge from 5.4.14 to 7.1.2 Bumps [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) from 5.4.14 to 7.1.2. - [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/v5.4.14...v7.1.2) --- 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 | 27 +++++++++++++-------------- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index b4a7cb39be..d9bd735e9f 100644 --- a/composer.json +++ b/composer.json @@ -150,7 +150,7 @@ "paygreen/paygreen-php": "*" }, "require-dev": { - "symfony/phpunit-bridge": "^5.0", + "symfony/phpunit-bridge": "^7.1", "phpunit/phpunit": "^9.0", "behat/behat": "^3.7", "behatch/contexts": "dev-php80 as 3.3.0", diff --git a/composer.lock b/composer.lock index eb8763fe54..e31cbfe4c5 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": "f75518efdba1b82a574cdd06d50587fb", + "content-hash": "f96c6b6b5b9243a3e2904f476606ab58", "packages": [ { "name": "acseo/typesense-bundle", @@ -23659,30 +23659,28 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.14", + "version": "v7.1.2", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "684084f74504c234462fafe6f5eea003a73e7e75" + "reference": "8eb63f1c0e2001f97b3cd9ed550b18765cdeb1c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/684084f74504c234462fafe6f5eea003a73e7e75", - "reference": "684084f74504c234462fafe6f5eea003a73e7e75", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/8eb63f1c0e2001f97b3cd9ed550b18765cdeb1c8", + "reference": "8eb63f1c0e2001f97b3cd9ed550b18765cdeb1c8", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/deprecation-contracts": "^2.1|^3" + "php": ">=7.2.5" }, "conflict": { "phpunit/phpunit": "<7.5|9.1.2" }, "require-dev": { - "symfony/error-handler": "^4.4|^5.0|^6.0" - }, - "suggest": { - "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + "symfony/deprecation-contracts": "^2.5|^3.0", + "symfony/error-handler": "^5.4|^6.4|^7.0", + "symfony/polyfill-php81": "^1.27" }, "bin": [ "bin/simple-phpunit" @@ -23702,7 +23700,8 @@ "Symfony\\Bridge\\PhpUnit\\": "" }, "exclude-from-classmap": [ - "/Tests/" + "/Tests/", + "/bin/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -23722,7 +23721,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.4.14" + "source": "https://github.com/symfony/phpunit-bridge/tree/v7.1.2" }, "funding": [ { @@ -23738,7 +23737,7 @@ "type": "tidelift" } ], - "time": "2022-10-07T08:01:20+00:00" + "time": "2024-06-25T19:55:06+00:00" }, { "name": "theseer/tokenizer",