diff --git a/composer.json b/composer.json index 9dc6e7df..0a551737 100644 --- a/composer.json +++ b/composer.json @@ -71,7 +71,7 @@ "symfony/css-selector": "5.4.*", "symfony/debug-bundle": "5.4.*", "symfony/maker-bundle": "^1.21", - "symfony/phpunit-bridge": "7.1.*", + "symfony/phpunit-bridge": "7.2.*", "symfony/stopwatch": "5.4.*", "symfony/web-profiler-bundle": "5.4.*" }, diff --git a/composer.lock b/composer.lock index 481391d2..9fb454ee 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": "ff190020058b57cc8112bcbe1150d9f1", + "content-hash": "5913ecd62679b3f5dadf34f40ee9b821", "packages": [ { "name": "beberlei/doctrineextensions", @@ -11517,16 +11517,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v7.1.9", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "c924f857dddcb7a6030b853ff069f039a4883fad" + "reference": "2bbde92ab25a0e2c88160857af7be9db5da0d145" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c924f857dddcb7a6030b853ff069f039a4883fad", - "reference": "c924f857dddcb7a6030b853ff069f039a4883fad", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2bbde92ab25a0e2c88160857af7be9db5da0d145", + "reference": "2bbde92ab25a0e2c88160857af7be9db5da0d145", "shasum": "" }, "require": { @@ -11546,8 +11546,8 @@ "type": "symfony-bridge", "extra": { "thanks": { - "name": "phpunit/phpunit", - "url": "https://github.com/sebastianbergmann/phpunit" + "url": "https://github.com/sebastianbergmann/phpunit", + "name": "phpunit/phpunit" } }, "autoload": { @@ -11579,7 +11579,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v7.1.9" + "source": "https://github.com/symfony/phpunit-bridge/tree/v7.2.0" }, "funding": [ { @@ -11595,7 +11595,7 @@ "type": "tidelift" } ], - "time": "2024-11-13T15:09:09+00:00" + "time": "2024-11-13T16:15:23+00:00" }, { "name": "symfony/process",