File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 34
34
"require-dev" : {
35
35
"friendsofphp/php-cs-fixer" : " ~2.2.20 || ~2.19.0" ,
36
36
"json-schema/json-schema-test-suite" : " 1.2.0" ,
37
- "phpunit/phpunit" : " ^4.8.35 "
37
+ "phpunit/phpunit" : " ^8.5 "
38
38
},
39
39
"extra" : {
40
40
"branch-alias" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <phpunit backupGlobals =" false"
3
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
5
+ backupGlobals =" false"
4
6
backupStaticAttributes =" false"
5
7
colors =" true"
6
8
convertErrorsToExceptions =" true"
7
9
convertNoticesToExceptions =" true"
8
10
convertWarningsToExceptions =" true"
9
11
processIsolation =" false"
10
12
stopOnFailure =" false"
11
- syntaxCheck =" false"
12
13
bootstrap =" vendor/autoload.php"
13
14
verbose =" true"
14
15
>
You can’t perform that action at this time.
0 commit comments