Skip to content

Commit

Permalink
Upgraded Mockery to fix PHP 7.4 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Oct 17, 2020
1 parent 9dca899 commit e984c4a
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 @@ -19,7 +19,7 @@
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"mockery/mockery": "^0.9.4"
"mockery/mockery": "^1.3"
},
"scripts": {
"test": "phpunit -c test"
Expand Down

0 comments on commit e984c4a

Please sign in to comment.