From 2728a13af4b4b5171ceb16423b5db7c2d4917d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:25:54 +1000 Subject: [PATCH] Update symfony/phpunit-bridge requirement from ^4.1 || ^5.0 || ^5.2 || ^6.0 to ^7.0.2 (#62) Updates the requirements on [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) to permit the latest version. - [Release notes](https://github.com/symfony/phpunit-bridge/releases) - [Changelog](https://github.com/symfony/phpunit-bridge/blob/6.3/CHANGELOG.md) - [Commits](https://github.com/symfony/phpunit-bridge/commits/v7.0.2) --- updated-dependencies: - dependency-name: symfony/phpunit-bridge dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9752d29..dfc9006 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "tinymce/tinymce": "^4 || >=5.1.0" }, "require-dev" : { - "symfony/phpunit-bridge": "^4.1 || ^5.0 || ^5.2 || ^6.0", + "symfony/phpunit-bridge": "^7.0.2", "matthiasnoback/symfony-config-test": "^4.0", "matthiasnoback/symfony-dependency-injection-test": "^4.1" },