Skip to content

Commit f9a0428

Browse files
Updated mockery to fix issue with newer phpunit version
1 parent 5984457 commit f9a0428

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
@@ -17,7 +17,7 @@
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "~4.8||~5.7",
20-
"mockery/mockery": "^0.9.9",
20+
"mockery/mockery": "^1.1.0",
2121
"laravel/laravel": "^5.2",
2222
"doctrine/dbal": "^2.5",
2323
"laravel/browser-kit-testing": "^2.0",

0 commit comments

Comments
 (0)