Skip to content

Commit 572c575

Browse files
committed
Install fzaninotto/faker & mockery/mockery
1 parent 7744296 commit 572c575

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
],
2222
"require": {
2323
"php": ">=7.0",
24-
"illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
2524
"illuminate/console": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
25+
"illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
2626
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0"
2727
},
2828
"require-dev": {
29+
"fzaninotto/faker": "^1.8",
30+
"mockery/mockery": "^1.2",
2931
"orchestra/testbench": "^3.5",
3032
"symfony/thanks": "^1.1"
3133
},

0 commit comments

Comments
 (0)