From fb9e6e51a69274a3885a6c65574ea467e44082ed Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Sun, 30 Aug 2020 20:21:58 +1200 Subject: [PATCH] FIX: Switch to sminnee fork of phpunit 5.7 This provides 5.7.28 with fixes for PHP 8 support. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 45e1390df..56c3d5dd0 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "ext-xml": "*" }, "require-dev": { - "phpunit/phpunit": "^5.7", + "sminnee/phpunit": "^5.7.29", "sminnee/phpunit-mock-objects": "^3.4.9", "silverstripe/versioned": "^1", "squizlabs/php_codesniffer": "^3.5"