Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaskill committed Feb 11, 2020
1 parent 1ddaae6 commit 6cdf92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"locomotivemtl/charcoal-user": "~0.6"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.0",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.3",
"php-coveralls/php-coveralls": "^2.2",
"mustache/mustache": "^2.11",
"tedivm/stash": "~0.14",
"pimple/pimple": "^3.0"
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
</php>

<logging>
<log type="coverage-html" target="build/report/" charset="UTF-8" highlight="true" lowUpperBound="40" highLowerBound="80" />
<log type="coverage-html" target="build/report/" lowUpperBound="40" highLowerBound="80" />
</logging>
</phpunit>

0 comments on commit 6cdf92f

Please sign in to comment.