Skip to content

Commit

Permalink
Downgrade PHPUnit so it test with PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Jan 4, 2019
1 parent 1dd20b3 commit 81c7c26
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 @@ -14,7 +14,7 @@
"require-dev": {
"phpspec/phpspec": "^3.2",
"bossa/phpspec2-expect": "^2.3",
"phpunit/phpunit": "^7.5"
"phpunit/phpunit": "^5.7"
},
"_comment": [
"PHPSpec is limited to ^3.2 to keep compatibility with PHP5.6"
Expand Down

0 comments on commit 81c7c26

Please sign in to comment.