Skip to content

Commit 777b8fe

Browse files
Add support for PHPUnit 9
1 parent 69c9f15 commit 777b8fe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^7.4",
2424
"ext-dom": "*",
25-
"phpunit/phpunit": "^8.3",
25+
"phpunit/phpunit": "^8.3|^9",
2626
"symfony/yaml": "^4.0|^5.0"
2727
},
2828
"autoload": {

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</whitelist>
2424
</filter>
2525
<logging>
26-
<log type="tap" target="build/report.tap"/>
2726
<log type="junit" target="build/report.junit.xml"/>
2827
<log type="coverage-html" target="build/coverage"/>
2928
<log type="coverage-text" target="build/coverage.txt"/>

0 commit comments

Comments
 (0)