From a1ec4aaf95ffec7f317c3958d2e0e63cb442f8e7 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 6 Sep 2024 17:32:02 +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 809cf17..f1e4caa 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "silverstripe/cms": "^6" }, "require-dev": { - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^11.3", "squizlabs/php_codesniffer": "^3", "silverstripe/standards": "^1", "phpstan/extension-installer": "^1.3"