Skip to content

Commit

Permalink
PHPUnit 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
VasekPurchart committed Dec 31, 2018
1 parent c32140c commit a2c8383
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "~7.2",
"phing/phing": "~2.16",
"phpunit/phpunit": "~6.0"
"phpunit/phpunit": "^7.0.3"
},
"require-dev": {
"consistence/coding-standard": "3.7",
Expand Down
1 change: 0 additions & 1 deletion tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<log
type="coverage-html"
target="../build/log/coverage/html"
charset="UTF-8"
lowUpperBound="100"
highLowerBound="100"
/>
Expand Down

0 comments on commit a2c8383

Please sign in to comment.