Skip to content

Commit 388e901

Browse files
committed
Upgrading PHPUnit to match PHP 7.4
1 parent 3e9da2b commit 388e901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/lock": "^3 || ^4"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^6.1",
27+
"phpunit/phpunit": "^7.5.16",
2828
"satooshi/php-coveralls": "^1.0",
2929
"symfony/cache": "^4.1.4",
3030
"mouf/picotainer": "^1.1",

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</whitelist>
2525
</filter>
2626
<logging>
27-
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
27+
<log type="coverage-html" target="build/coverage"/>
2828
<log type="coverage-clover" target="build/logs/clover.xml"/>
2929
</logging>
3030
</phpunit>

0 commit comments

Comments
 (0)