Skip to content

Commit 806ee9e

Browse files
authored
Merge pull request #2 from mhh1422/master
Fix dependencies
2 parents 28c8416 + 5a978c6 commit 806ee9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Laravel 5.1 library to allow modules structure. Each module can have its routes, controllers, views, config, ...",
44
"type": "library",
55
"require": {
6-
"laravel/laravel": "5.1.*"
6+
"laravel/framework": "5.1.*"
77
},
88
"license": "MIT",
99
"authors": [

0 commit comments

Comments
 (0)