File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 "phpstan/phpstan" : " ^2.0"
2626 },
2727 "require-dev" : {
28- "friendsofphp/php-cs-fixer" : " ^3.59 " ,
29- "infection/infection" : " ^0.28.0 " ,
30- "nikic/php-parser" : " ^5.3 " ,
31- "phpunit/phpunit" : " ^10.1 "
28+ "friendsofphp/php-cs-fixer" : " ^3.84 " ,
29+ "infection/infection" : " ^0.29.8 " ,
30+ "nikic/php-parser" : " ^5.5 " ,
31+ "phpunit/phpunit" : " ^10.5 "
3232 },
3333 "autoload" : {
3434 "psr-4" : {
Original file line number Diff line number Diff line change 66 executionOrder =" random"
77 failOnWarning =" true"
88 failOnRisky =" true"
9+ failOnPhpunitDeprecation =" true"
10+ displayDetailsOnPhpunitDeprecations =" true"
11+ displayDetailsOnTestsThatTriggerDeprecations =" true"
912 cacheDirectory =" .phpunit.cache" >
1013 <coverage includeUncoveredFiles =" true" />
1114
1720
1821 <source >
1922 <include >
20- <directory suffix = " .php " >./src/</directory >
23+ <directory >./src/</directory >
2124 </include >
2225 </source >
2326</phpunit >
You can’t perform that action at this time.
0 commit comments