From 7a279fce6fa6657519756976e236b12d84a787dc Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 6 Sep 2024 17:42:24 +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 e35c60c..33dd9a6 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "php": "^8.3", "silverstripe/framework": "^6", "silverstripe/recipe-plugin": "^2", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^11.3", "silverstripe/behat-extension": "^6", "squizlabs/php_codesniffer": "^3.7" },