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.
1 parent 3e9da2b commit 388e901Copy full SHA for 388e901
composer.json
@@ -24,7 +24,7 @@
24
"symfony/lock": "^3 || ^4"
25
},
26
"require-dev": {
27
- "phpunit/phpunit": "^6.1",
+ "phpunit/phpunit": "^7.5.16",
28
"satooshi/php-coveralls": "^1.0",
29
"symfony/cache": "^4.1.4",
30
"mouf/picotainer": "^1.1",
phpunit.xml.dist
</whitelist>
</filter>
<logging>
- <log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
+ <log type="coverage-html" target="build/coverage"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
</phpunit>
0 commit comments