We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69c9f15 + 777b8fe commit 3be4d61Copy full SHA for 3be4d61
composer.json
@@ -22,7 +22,7 @@
22
"require": {
23
"php": "^7.4",
24
"ext-dom": "*",
25
- "phpunit/phpunit": "^8.3",
+ "phpunit/phpunit": "^8.3|^9",
26
"symfony/yaml": "^4.0|^5.0"
27
},
28
"autoload": {
phpunit.xml.dist
@@ -23,7 +23,6 @@
</whitelist>
</filter>
<logging>
- <log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage"/>
29
<log type="coverage-text" target="build/coverage.txt"/>
0 commit comments