File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 30
30
run : composer install -n --prefer-dist
31
31
32
32
- name : Run infection
33
- run : ./vendor/bin/infection --test-framework=pest -- show-mutations --min-msi=100 --min-covered-msi=100
33
+ run : ./vendor/bin/infection --show-mutations --min-msi=100 --min-covered-msi=100
Original file line number Diff line number Diff line change 23
23
"spatie/laravel-package-tools" : " ^1.12"
24
24
},
25
25
"require-dev" : {
26
- "brianium/paratest " : " ^6.3 " ,
26
+ "infection/infection " : " ^0.26.7 " ,
27
27
"laravel/pint" : " ^1.2" ,
28
28
"mockery/mockery" : " ^1.4.4" ,
29
- "nunomaduro/collision" : " ^6.0" ,
29
+ "nunomaduro/collision" : " ^6.0|^7.0 " ,
30
30
"nunomaduro/larastan" : " ^2.2" ,
31
31
"orchestra/testbench" : " ^7.4|^8.0" ,
32
32
"pestphp/pest" : " ^1.16" ,
33
- "phpunit/phpunit" : " ^9.5" ,
34
- "roave/backward-compatibility-check" : " ^7.0|^8.0" ,
35
- "roave/infection-static-analysis-plugin" : " ^1.25"
33
+ "phpunit/phpunit" : " ^9.5|^10.0" ,
34
+ "roave/backward-compatibility-check" : " ^7.0|^8.0"
36
35
},
37
36
"autoload" : {
38
37
"psr-4" : {
Original file line number Diff line number Diff line change 5
5
"src"
6
6
]
7
7
} ,
8
+ "testFramework" : "pest" ,
8
9
"logs" : {
9
10
"text" : "php://stderr" ,
10
11
"github" : true
Original file line number Diff line number Diff line change 13
13
"binary_operator_spaces" : {
14
14
"default" : " single_space" ,
15
15
"operators" : {"=>" : null , "=" : " align_single_space_minimal" }
16
- }
17
- },
18
- "exclude" : [
19
- " src/Overrides"
20
- ]
16
+ },
17
+ "no_superfluous_phpdoc_tags" : false
18
+ }
21
19
}
You can’t perform that action at this time.
0 commit comments