diff --git a/composer.json b/composer.json index b5e9bf0f..a3e4c785 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ "symfony/css-selector": "5.4.*", "symfony/debug-bundle": "5.4.*", "symfony/maker-bundle": "^1.15", - "symfony/phpunit-bridge": "7.1.*", + "symfony/phpunit-bridge": "7.2.*", "symfony/web-profiler-bundle": "5.4.*" }, "conflict": { diff --git a/composer.lock b/composer.lock index ac1a5fdd..cf572742 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": "71bcd415078e9239a9fad3f7c86d7249", + "content-hash": "f41fe736bfd776e1a407a7ffebc417a6", "packages": [ { "name": "ashleydawson/simple-pagination", @@ -12296,16 +12296,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": { @@ -12325,8 +12325,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": { @@ -12358,7 +12358,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": [ { @@ -12374,7 +12374,7 @@ "type": "tidelift" } ], - "time": "2024-11-13T15:09:09+00:00" + "time": "2024-11-13T16:15:23+00:00" }, { "name": "symfony/process",