Skip to content

Commit 28a9270

Browse files
author
Corey McCormick
committed
Add missing dependency
1 parent 3d41773 commit 28a9270

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
@@ -20,6 +20,7 @@
2020
},
2121
"require": {
2222
"illuminate/database": "~5",
23-
"illuminate/cache": "~5"
23+
"illuminate/cache": "~5",
24+
"illuminate/support": "~5"
2425
}
2526
}

0 commit comments

Comments
 (0)