Skip to content

Commit d005f7a

Browse files
committed
Updates mockery version. Explicitly adds phpunit dependency.
1 parent 9654274 commit d005f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"illuminate/session": "^5.4"
1616
},
1717
"require-dev": {
18-
"mockery/mockery": "0.7.*"
18+
"mockery/mockery": "~0.9",
19+
"phpunit/phpunit": "~5.7"
1920
},
2021
"autoload": {
2122
"psr-0": {

0 commit comments

Comments
 (0)