File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 68
68
"jetbrains/phpstorm-attributes" : " ^1.0" ,
69
69
"phpmd/phpmd" : " ^2.13" ,
70
70
"phpstan/phpstan" : " ^1.9" ,
71
- "phpunit/phpunit" : " ^ 10.5 "
71
+ "phpunit/phpunit" : " 10.1.3 "
72
72
},
73
73
"minimum-stability" : " dev" ,
74
74
"prefer-stable" : true ,
Original file line number Diff line number Diff line change 2
2
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false"
3
3
bootstrap =" vendor/autoload.php" colors =" true" stopOnError =" false" stopOnFailure =" false"
4
4
stopOnIncomplete =" false" stopOnSkipped =" false"
5
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd"
5
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.1 /phpunit.xsd"
6
6
cacheDirectory =" .phpunit.cache" >
7
7
<coverage >
8
8
<report >
You can’t perform that action at this time.
0 commit comments