From aa977905c30891058d8fcfac84eb0118c2393a47 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:05:40 +1300 Subject: [PATCH] Revert "DEP Use PHPUnit 11" (#64) 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" },