File tree 7 files changed +30
-15
lines changed
7 files changed +30
-15
lines changed Original file line number Diff line number Diff line change 1
- /.github export-ignore
2
- /.phive export-ignore
3
- /.psalm export-ignore
4
- /build export-ignore
5
- /tests export-ignore
6
- /tools export-ignore
7
- /tools /* binary
8
- /.gitattributes export-ignore
9
- /.gitignore export-ignore
10
- /.php-cs-fixer.dist.php export-ignore
11
- /build.xml export-ignore
12
- /phpunit.xml export-ignore
1
+ /.github export-ignore
2
+ /.phive export-ignore
3
+ /.psalm export-ignore
4
+ /build export-ignore
5
+ /tests export-ignore
6
+ /tools export-ignore
7
+ /tools /* binary
8
+ /.gitattributes export-ignore
9
+ /.gitignore export-ignore
10
+ /.php-cs-fixer.dist.php export-ignore
11
+ /build.xml export-ignore
12
+ /infection.json5.dist export-ignore
13
+ /phpunit.xml export-ignore
13
14
14
15
* .php diff =php
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
- <phar name =" php-cs-fixer" version =" ^3.0" installed =" 3.41.1" location =" ./tools/php-cs-fixer" copy =" true" />
4
- <phar name =" psalm" version =" ^5.0" installed =" 5.18.0" location =" ./tools/psalm" copy =" true" />
5
- <phar name =" composer" version =" ^2.0.3" installed =" 2.6.6" location =" ./tools/composer" copy =" true" />
3
+ <phar name =" php-cs-fixer" version =" ^3.52" installed =" 3.52.1" location =" ./tools/php-cs-fixer" copy =" true" />
4
+ <phar name =" psalm" version =" ^5.23" installed =" 5.23.1" location =" ./tools/psalm" copy =" true" />
5
+ <phar name =" composer" version =" ^2.7" installed =" 2.7.2" location =" ./tools/composer" copy =" true" />
6
+ <phar name =" infection" version =" ^0.28" installed =" 0.28.1" location =" ./tools/infection" copy =" true" />
6
7
</phive >
Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/infection/infection/0.28.1/resources/schema.json",
3
+ "source": {
4
+ "directories": [
5
+ "src"
6
+ ]
7
+ },
8
+ "mutators": {
9
+ "@default": true
10
+ },
11
+ "minMsi": 100,
12
+ "minCoveredMsi": 100
13
+ }
You can’t perform that action at this time.
0 commit comments