Updated PHPUnit to v8 and Mockery to v1.4 in order to support PHP 7.4.
This commit is contained in:
parent
0969a17dfd
commit
382f292364
2 changed files with 2 additions and 3 deletions
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.5",
|
||||
"mockery/mockery": "^0.9.5"
|
||||
"phpunit/phpunit": "^8",
|
||||
"mockery/mockery": "^1.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
convertWarningsToExceptions="true"
|
||||
processIsolation="false"
|
||||
stopOnFailure="false"
|
||||
syntaxCheck="true"
|
||||
verbose="true"
|
||||
>
|
||||
<testsuites>
|
||||
|
|
Loading…
Add table
Reference in a new issue