From e56da9ccf518f9dd7e9efed7e1f74e6b52159a18 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 6 Sep 2024 17:42:06 +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 c65c385..4c0d3a9 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "silverstripe/userforms": "7.x-dev" }, "require-dev": { - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^11.3", "silverstripe/gridfieldqueuedexport": "^4", "symbiote/silverstripe-queuedjobs": "^6" },