File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2525 }
2626 ],
2727 "require" : {
28- "php" : " ^7.2 |^8.0" ,
29- "illuminate/contracts" : " ^7.0|^8.0 " ,
30- "symfony/yaml" : " ^4.1 || ^5.0 " ,
28+ "php" : " ^7.4 |^8.0" ,
29+ "illuminate/contracts" : " ^8.64 " ,
30+ "symfony/yaml" : " ^5.3 " ,
3131 "justinrainbow/json-schema" : " ^5.2"
3232 },
3333 "require-dev" : {
34- "phpunit/phpunit" : " ^6.5|^9.0 " ,
35- "squizlabs/php_codesniffer" : " ^3.2 "
34+ "phpunit/phpunit" : " ^9.5 " ,
35+ "squizlabs/php_codesniffer" : " ^3.6 "
3636 },
3737 "autoload" : {
3838 "psr-4" : {
Original file line number Diff line number Diff line change 1414 <directory >tests</directory >
1515 </testsuite >
1616 </testsuites >
17- <filter >
18- <whitelist >
17+ <coverage >
18+ <include >
1919 <directory suffix =" .php" >src/</directory >
20- </whitelist >
21- </filter >
20+ </include >
21+ </coverage >
2222 <logging >
23- <log type = " junit" target =" build/report.junit.xml" />
24- <log type = " coverage-html " target = " build/coverage" charset = " UTF-8 " yui = " true " highlight = " true " />
25- <log type = " coverage-text " target =" build/coverage.txt" />
26- <log type = " coverage-clover " target =" build/logs/clover.xml" />
23+ <junit outputFile =" build/report.junit.xml" />
24+ <testdoxHtml outputFile = " build/coverage" />
25+ <testdoxText outputFile =" build/coverage.txt" />
26+ <testdoxXml outputFile =" build/logs/clover.xml" />
2727 </logging >
2828</phpunit >
You can’t perform that action at this time.
0 commit comments