Skip to content
This repository has been archived by the owner on Sep 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #43 from gabiudrescu/master
Browse files Browse the repository at this point in the history
allow code coverage for phpspec usage on php5.5.9
  • Loading branch information
henrikbjorn committed Feb 2, 2016
2 parents b6a0660 + a109684 commit 1217207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},

"require" : {
"php": "^5.6|^7.0",
"php": "^5.6|^7.0|^5.5",
"phpspec/phpspec": "^2.0",
"phpunit/php-code-coverage": "^3"
"phpunit/php-code-coverage": "^3|2.2.4"
},

"suggest": {
Expand Down

0 comments on commit 1217207

Please sign in to comment.