Skip to content

Commit

Permalink
Pin PHPUnit version to avoid breaking unit tests for PHP 7+
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Apr 3, 2017
1 parent 9307c6f commit c0c9df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Composer stuff
vendor/
composer.lock
tests/cov/
tests/temp

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"sabre/xml" : ">=1.5 <3.0"
},
"require-dev" : {
"phpunit/phpunit" : "*",
"sabre/cs" : "^1.0.0"
"sabre/cs" : "^1.0.0",
"phpunit/phpunit": "^5.7"

},
"suggest" : {
Expand Down

0 comments on commit c0c9df7

Please sign in to comment.