From 8ad509237199d978698a060e7626b91af4c9a7d1 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 6 Sep 2024 17:31:16 +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 f05c893..9acaa51 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "symfony/filesystem": "^4 || ^5 || ^6 || ^7" }, "require-dev": { - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^11.3", "silverstripe/framework": "^4.10", "squizlabs/php_codesniffer": "^3" },