Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 99624f4

Browse files
committed
require the foundation package
1 parent 7dac0c0 commit 99624f4

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
@@ -6,7 +6,8 @@
66
"type": "project",
77
"require": {
88
"php": ">=5.6.4",
9-
"laravel/framework": "5.3.*"
9+
"laravel/framework": "5.3.*",
10+
"lucid-arch/laravel-foundation": "5.3.*"
1011
},
1112
"require-dev": {
1213
"fzaninotto/faker": "~1.4",

0 commit comments

Comments
 (0)