Skip to content

Commit 9456358

Browse files
committed
Update tools
1 parent e55bb1b commit 9456358

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

infection.json5

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"phpUnit": {
99
"customPath": "./tools/phpunit"
1010
},
11+
"initialTestsPhpOptions": "-d xdebug.mode=coverage",
1112
"logs": {
1213
"html": "./build/infection/report.html"
1314
},

phive.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
3-
<phar name="phpunit" version="^10.1.3" installed="10.5.9" location="./tools/phpunit" copy="false"/>
3+
<phar name="phpunit" version="^10.1.3" installed="10.5.10" location="./tools/phpunit" copy="false"/>
44
<phar name="phpab" version="^1.25" installed="1.29.0" location="./tools/phpab" copy="false"/>
5-
<phar name="php-cs-fixer" version="^3.16.0" installed="3.48.0" location="./tools/php-cs-fixer" copy="false"/>
6-
<phar name="psalm" version="^5.9.0" installed="5.20.0" location="./tools/psalm" copy="false"/>
5+
<phar name="php-cs-fixer" version="^3.16.0" installed="3.49.0" location="./tools/php-cs-fixer" copy="false"/>
6+
<phar name="psalm" version="^5.9.0" installed="5.22.0" location="./tools/psalm" copy="false"/>
77
</phive>

0 commit comments

Comments
 (0)