From 9ab02a2917b5c5d2bdfcac3d7f92a5fefceca336 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:19:30 +0000 Subject: [PATCH] fix(deps): update dependency phpunit/phpunit to v11 --- composer.json | 2 +- drainpipe-dev/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4d79401c8..9e35c6763 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "composer/composer": "^2.7.1", - "phpunit/phpunit": "^7|^8|^9" + "phpunit/phpunit": "11.0.3" }, "extra": { "class": [ diff --git a/drainpipe-dev/composer.json b/drainpipe-dev/composer.json index 78d10df10..9d168f9d9 100644 --- a/drainpipe-dev/composer.json +++ b/drainpipe-dev/composer.json @@ -13,7 +13,7 @@ "php": "^7.3||^8.0", "ext-json": "*", "composer-plugin-api": "^2.0", - "phpunit/phpunit": "^8|^9", + "phpunit/phpunit": "11.0.3", "sserbin/twig-linter": "^3.1.0", "mikey179/vfsstream": "^1.6.11", "mockery/mockery": "^1.6.7",