Skip to content

Commit

Permalink
Rollback phpunit version to 4.* to keep php 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebeaudoin committed May 4, 2017
1 parent 52a56f1 commit 4f64229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"league/fractal": "~0.13"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"phpunit/phpunit": "~4.0",
"mockery/mockery": "~0.9",
"illuminate/contracts": "~5.0"
},
Expand Down
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</whitelist>
</filter>
<logging>
<log type="tap" target="build/report.tap"/>
<log type="junit" target="build/report.junit.xml"/>
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
<log type="coverage-text" target="build/coverage.txt"/>
Expand Down

0 comments on commit 4f64229

Please sign in to comment.