File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 }
2323 ],
2424 "require" : {
25- "php" : " ^8.1 " ,
25+ "php" : " ^8.2 " ,
2626 "webmozart/assert" : " ^1.11"
2727 },
2828 "require-dev" : {
2929 "laminas/laminas-coding-standard" : " ^2.4" ,
3030 "phpstan/phpstan" : " ^2.0" ,
3131 "phpstan/phpstan-webmozart-assert" : " ^2.0" ,
32- "phpunit/phpunit" : " ^10 .0" ,
32+ "phpunit/phpunit" : " ^11 .0" ,
3333 "rector/rector" : " dev-main"
3434 },
3535 "config" : {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10 .5/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" executionOrder =" defects" cacheDirectory =" .phpunit.cache" >
3- <coverage includeUncoveredFiles = " true " >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11 .5/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" executionOrder =" defects" cacheDirectory =" .phpunit.cache" >
3+ <coverage >
44 <report >
55 <clover outputFile =" build/logs/clover.xml" />
66 <html outputDirectory =" build/logs/html" />
You can’t perform that action at this time.
0 commit comments