Skip to content

Commit

Permalink
Limited the phpunit version to max 5.7.20 to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Zonderland committed Jun 14, 2017
1 parent 7a9ac0a commit ab78470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ext-xml": "*"
},
"require-dev": {
"phpunit/phpunit": "<4.8.35 || >= 5.0, <5.7.20",
"phpunit/phpunit": ">=4.0.0, <6.0.0",
"phpunit/phpunit-selenium": "*",
"codeclimate/php-test-reporter": "dev-master",
"ext-curl": "*",
Expand Down

0 comments on commit ab78470

Please sign in to comment.