File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ jobs:
57
57
shell : bash
58
58
run : make tests
59
59
60
- - name : Run Infection for touched lines
61
- shell : bash
62
- if : github.event_name == 'pull_request'
63
- run : |
64
- git fetch origin $GITHUB_BASE_REF
65
- vendor/bin/infection --threads=max --only-covered --show-mutations --min-covered-msi=100 --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations
60
+ # - name: Run Infection for touched lines
61
+ # shell: bash
62
+ # if: github.event_name == 'pull_request'
63
+ # run: |
64
+ # git fetch origin $GITHUB_BASE_REF
65
+ # vendor/bin/infection --threads=max --only-covered --show-mutations --min-covered-msi=100 --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --ignore-msi-with-no-mutations
66
66
Original file line number Diff line number Diff line change 6
6
"keywords" : [
7
7
" phpstan" ,
8
8
" phpstan-rules" ,
9
- " phpstan-extreme-rules"
9
+ " phpstan-extreme-rules" ,
10
+ " phpstan-magic-numbers"
10
11
],
11
12
"authors" : [
12
13
{
21
22
},
22
23
"require" : {
23
24
"php" : " ^8.1, <8.4" ,
24
- "nikic/php-parser" : " ^4.14" ,
25
+ "nikic/php-parser" : " ^4.14 || ^5.0 " ,
25
26
"phpstan/phpstan" : " ^1.8"
26
27
},
27
28
"require-dev" : {
28
29
"friendsofphp/php-cs-fixer" : " ^3.4" ,
29
- "infection/infection" : " ^0.27.0" ,
30
30
"phpunit/phpunit" : " ^10.1"
31
31
},
32
32
"autoload" : {
You can’t perform that action at this time.
0 commit comments