Skip to content

Commit 98eccfd

Browse files
committed
Add missing dependencies
1 parent 2480495 commit 98eccfd

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
@@ -16,7 +16,9 @@
1616
"illuminate/console": "~5.7.0|~5.8.0",
1717
"illuminate/support": "~5.7.0|~5.8.0",
1818
"symfony/console": "^4.0",
19-
"symfony/process": "^4.0"
19+
"symfony/finder": "^4.0",
20+
"symfony/process": "^4.0",
21+
"vlucas/phpdotenv": "^2.2|^3.3"
2022
},
2123
"require-dev": {
2224
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)