Skip to content

Commit d4af5a6

Browse files
authored
Merge pull request #100 from inxilpro/laravel-5.7
Laravel 5.7 support
2 parents 08c1388 + d7c10b0 commit d4af5a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"illuminate/routing": "5.3 - 5.6",
13-
"illuminate/support": "5.3 - 5.6",
12+
"illuminate/routing": "5.3 - 5.7",
13+
"illuminate/support": "5.3 - 5.7",
1414
"jenssegers/model": "*",
1515
"php": ">=7.1.3"
1616
},

0 commit comments

Comments
 (0)