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 3030 run : composer install -n --prefer-dist
3131
3232 - 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 2323 "spatie/laravel-package-tools" : " ^1.12"
2424 },
2525 "require-dev" : {
26- "brianium/paratest " : " ^6.3 " ,
26+ "infection/infection " : " ^0.26.7 " ,
2727 "laravel/pint" : " ^1.2" ,
2828 "mockery/mockery" : " ^1.4.4" ,
29- "nunomaduro/collision" : " ^6.0" ,
29+ "nunomaduro/collision" : " ^6.0|^7.0 " ,
3030 "nunomaduro/larastan" : " ^2.2" ,
3131 "orchestra/testbench" : " ^7.4|^8.0" ,
3232 "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"
3635 },
3736 "autoload" : {
3837 "psr-4" : {
Original file line number Diff line number Diff line change 55 "src"
66 ]
77 } ,
8+ "testFramework" : "pest" ,
89 "logs" : {
910 "text" : "php://stderr" ,
1011 "github" : true
Original file line number Diff line number Diff line change 1313 "binary_operator_spaces" : {
1414 "default" : " single_space" ,
1515 "operators" : {"=>" : null , "=" : " align_single_space_minimal" }
16- }
17- },
18- "exclude" : [
19- " src/Overrides"
20- ]
16+ },
17+ "no_superfluous_phpdoc_tags" : false
18+ }
2119}
You can’t perform that action at this time.
0 commit comments