From 2e2fe0718da7ec385930fb4f9133c1b2208818c9 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 13 Oct 2020 16:25:20 +1300 Subject: [PATCH] MNT: Fix casing in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e8cd6b..f514218 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,6 @@ "silverstripe/cms": "~3.2" }, "require-dev": { - "phpunit/PHPUnit": "~3.7@stable" + "phpunit/phpunit": "~3.7@stable" } }