From b3dfd1ea5a156eff0f2241fa7266d688cac07b53 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 6 Sep 2024 17:41:33 +1200 Subject: [PATCH] DEP Use PHPUnit 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 37b6ccf..18d899a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "silverstripe/taxonomy": "4.x-dev" }, "require-dev": { - "phpunit/phpunit": "^9.6" + "phpunit/phpunit": "^11.3" }, "extra": { "project-files": []