Skip to content

Commit

Permalink
Add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Feb 27, 2019
1 parent 2480495 commit 98eccfd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"illuminate/console": "~5.7.0|~5.8.0",
"illuminate/support": "~5.7.0|~5.8.0",
"symfony/console": "^4.0",
"symfony/process": "^4.0"
"symfony/finder": "^4.0",
"symfony/process": "^4.0",
"vlucas/phpdotenv": "^2.2|^3.3"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 98eccfd

Please sign in to comment.