Skip to content

Commit

Permalink
PHPSpec Code Coverage version fix for PHP5.4
Browse files Browse the repository at this point in the history
So Travis can install and run tests successfully.
  • Loading branch information
danhunsaker committed Feb 17, 2016
1 parent db321b5 commit 2a970e0
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 @@ -13,7 +13,7 @@
},
"require-dev": {
"behat/behat": "^3.0",
"henrikbjorn/phpspec-code-coverage": "^2.0",
"henrikbjorn/phpspec-code-coverage": "^2.0|^1.0",
"phpspec/phpspec": "^2.4",
"phpunit/phpunit": "^4.0|^5.0",
"rmiller/behat-spec": "^0.3"
Expand Down

0 comments on commit 2a970e0

Please sign in to comment.