From 18db3972284cb9f0ceb484f81bcda4d3337a0380 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 27 Sep 2024 11:19:11 +1200 Subject: [PATCH] Revert "DEP Use PHPUnit 11" Should have been done for the new CMS 6 branch only This reverts commit 8ad509237199d978698a060e7626b91af4c9a7d1. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9acaa51..f05c893 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "symfony/filesystem": "^4 || ^5 || ^6 || ^7" }, "require-dev": { - "phpunit/phpunit": "^11.3", + "phpunit/phpunit": "^9.5", "silverstripe/framework": "^4.10", "squizlabs/php_codesniffer": "^3" },