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

Skip to content

Commit bf5155a

Browse files
authored
Merge pull request #14 from Anyqax/Anyqax-php-code-coverage-bump
composer.json: fix phpunit/php-code-coverage requirement from `~4.0|~5.0` to `~5.0`
2 parents 658d4f3 + 3401c37 commit bf5155a

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.0",
2828
"phpspec/phpspec": "^4.0",
29-
"phpunit/php-code-coverage": "~4.0||~5.0"
29+
"phpunit/php-code-coverage": "~5.0"
3030
},
3131
"require-dev": {
3232
"bossa/phpspec2-expect": "^3.0"

0 commit comments

Comments
 (0)