From 641e32ccd2ca90f4782959c9256da21631965205 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Tue, 20 Oct 2020 20:51:09 +1300 Subject: [PATCH] BUG Add PHPUnit 7.4 lib forks --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a2cd095..5771ca9 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "silverstripe/vendor-plugin": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^5.7" + "sminnee/phpunit": "^5.7.29", + "sminnee/phpunit-mock-objects": "^3.4.9" }, "extra": { }, "autoload": {