Updated PHPUnit to v8 and Mockery to v1.4 in order to support PHP 7.4.

This commit is contained in:
Matt Rink 2020-08-17 10:28:57 +01:00
parent 0969a17dfd
commit 382f292364
No known key found for this signature in database
GPG key ID: 4351B94F9E2850DF
2 changed files with 2 additions and 3 deletions

View file

@ -34,7 +34,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "^5.5",
"mockery/mockery": "^0.9.5"
"phpunit/phpunit": "^8",
"mockery/mockery": "^1.4"
}
}

View file

@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="true"
verbose="true"
>
<testsuites>