From c0097b4ad1d6dde5ff456c84988b7b9b55380556 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:30:54 +0100 Subject: [PATCH] fix(deps): update dependency phpunit/phpunit to v9 (#465) * fix(deps): update dependency phpunit/phpunit to v8.5.38 * Update PHPUnit --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sally Young --- composer.json | 2 +- drainpipe-dev/composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index b3641f44c..0ca9bb696 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "composer/composer": "^2.7.2", - "phpunit/phpunit": "^7|^8|^9" + "phpunit/phpunit": "^9.6.19" }, "extra": { "class": [ diff --git a/drainpipe-dev/composer.json b/drainpipe-dev/composer.json index b4d4a2b16..f123b7070 100644 --- a/drainpipe-dev/composer.json +++ b/drainpipe-dev/composer.json @@ -13,12 +13,12 @@ "php": "^8.1", "ext-json": "*", "composer-plugin-api": "^2.0", - "phpunit/phpunit": "^8|^9", + "phpunit/phpunit": "^9.6.19", "sserbin/twig-linter": "^3.1.0", "mikey179/vfsstream": "^1.6.11", "mockery/mockery": "^1.6.11", "behat/mink": "^1.11.0", - "symfony/phpunit-bridge": "^5|^6", + "symfony/phpunit-bridge": "^6|^7", "lullabot/drainpipe": "*", "mglaman/phpstan-drupal": "^1.2.10", "symfony/yaml": "^3|^4|^5|^6",