Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f97204b

Browse files
committed
composer.json change php-code-coverage dependency to ^6.0
1 parent 263f7a8 commit f97204b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require": {
2727
"php": "^7.1",
2828
"phpspec/phpspec": "^4.2",
29-
"phpunit/php-code-coverage": "~6.0"
29+
"phpunit/php-code-coverage": "^6.0"
3030
},
3131
"require-dev": {
3232
"escapestudios/symfony2-coding-standard": "^3.1",

0 commit comments

Comments
 (0)