Skip to content

Commit e984c4a

Browse files
committed
Upgraded Mockery to fix PHP 7.4 build.
1 parent 9dca899 commit e984c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^4.8",
22-
"mockery/mockery": "^0.9.4"
22+
"mockery/mockery": "^1.3"
2323
},
2424
"scripts": {
2525
"test": "phpunit -c test"

0 commit comments

Comments
 (0)