From 7d026a9fcfe4cfefffb0327a447844257fa1be6a Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 6 Sep 2024 17:47:08 +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 63c3a2c6..0b94f0d8 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "symfony/yaml": "^7.0" }, "require-dev": { - "phpunit/phpunit": "^9.6", + "phpunit/phpunit": "^11.3", "squizlabs/php_codesniffer": "^3", "silverstripe/standards": "^1", "phpstan/extension-installer": "^1.3"