Skip to content

Commit 060494c

Browse files
committed
Merge pull request #22 from rkgrep/missing-dep
Add missing dependency
2 parents 5857a7d + 85c041c commit 060494c

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/support": "5.*",
1616
"illuminate/contracts": "5.*",
1717
"illuminate/view": "5.*",
18-
"illuminate/container": "5.*"
18+
"illuminate/container": "5.*",
19+
"illuminate/console": "5.*"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit": "~4.0"

0 commit comments

Comments
 (0)