Skip to content

Commit a540d9b

Browse files
Merge branch '2.0'
2 parents 1cb1276 + e7a2a39 commit a540d9b

File tree

7 files changed

+30
-15
lines changed

7 files changed

+30
-15
lines changed

.gitattributes

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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
1314

1415
*.php diff=php

.phive/phars.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<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"/>
67
</phive>

infection.json5.dist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
}

tools/composer

113 KB
Binary file not shown.

tools/infection

1.01 MB
Binary file not shown.

tools/php-cs-fixer

80.2 KB
Binary file not shown.

tools/psalm

126 KB
Binary file not shown.

0 commit comments

Comments
 (0)