From 382f292364385a784e854cb4dffbb6d93276de74 Mon Sep 17 00:00:00 2001 From: Matt Rink Date: Mon, 17 Aug 2020 10:28:57 +0100 Subject: [PATCH] Updated PHPUnit to v8 and Mockery to v1.4 in order to support PHP 7.4. --- composer.json | 4 ++-- phpunit.xml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 528f508..74aac1b 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^5.5", - "mockery/mockery": "^0.9.5" + "phpunit/phpunit": "^8", + "mockery/mockery": "^1.4" } } diff --git a/phpunit.xml b/phpunit.xml index 59500d1..460aa40 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -8,7 +8,6 @@ convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" - syntaxCheck="true" verbose="true" >