File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 25
25
"phpstan/phpstan" : " ^2.0"
26
26
},
27
27
"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 "
32
32
},
33
33
"autoload" : {
34
34
"psr-4" : {
Original file line number Diff line number Diff line change 6
6
executionOrder =" random"
7
7
failOnWarning =" true"
8
8
failOnRisky =" true"
9
+ failOnPhpunitDeprecation =" true"
10
+ displayDetailsOnPhpunitDeprecations =" true"
11
+ displayDetailsOnTestsThatTriggerDeprecations =" true"
9
12
cacheDirectory =" .phpunit.cache" >
10
13
<coverage includeUncoveredFiles =" true" />
11
14
17
20
18
21
<source >
19
22
<include >
20
- <directory suffix = " .php " >./src/</directory >
23
+ <directory >./src/</directory >
21
24
</include >
22
25
</source >
23
26
</phpunit >
You can’t perform that action at this time.
0 commit comments