Skip to content

Commit

Permalink
update mockery and phpunit versions to work with php5 and hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrowe206 committed Jun 21, 2017
1 parent bdebc46 commit be2f712
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 @@ -13,8 +13,8 @@
"illuminate/support": ">=4.0.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"mockery/mockery": "dev-master",
"phpunit/phpunit": "4.5.1",
"mockery/mockery": "0.9.*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit be2f712

Please sign in to comment.