From 9db3efda1b93c993fb2f4ad9a2935703fc676fa1 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 13 Oct 2021 12:13:07 +1300 Subject: [PATCH] API phpunit 9 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51f31d4..8469692 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "silverstripe/widgets": "^2" }, "require-dev": { - "phpunit/phpunit": "^5.7", + "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "^3.0" }, "support": {