diff --git a/composer.json b/composer.json index c6726f190c..7aabfd7b0d 100644 --- a/composer.json +++ b/composer.json @@ -149,7 +149,7 @@ "league/flysystem-sftp-v3": "^3.0" }, "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 820bfb1627..81be6ed96b 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": "f4ac7f2b0602ac85cb13949c498fa55b", + "content-hash": "e36233e660834f9c707ee2e43a23aeec", "packages": [ { "name": "acseo/typesense-bundle", @@ -23604,30 +23604,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" @@ -23647,7 +23645,8 @@ "Symfony\\Bridge\\PhpUnit\\": "" }, "exclude-from-classmap": [ - "/Tests/" + "/Tests/", + "/bin/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -23667,7 +23666,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": [ { @@ -23683,7 +23682,7 @@ "type": "tidelift" } ], - "time": "2022-10-07T08:01:20+00:00" + "time": "2024-06-25T19:55:06+00:00" }, { "name": "theseer/tokenizer",