Skip to content

Commit b254661

Browse files
authored
Merge pull request #19 from webfactor/1.3
add Laravel 5.7 support in composer.json
2 parents 1905239 + f3a3a2c commit b254661

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
@@ -21,8 +21,8 @@
2121
}
2222
],
2323
"require": {
24-
"illuminate/support": "~5.5.0|~5.6.0",
25-
"illuminate/database": "~5.5.0|~5.6.0",
24+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
25+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
2626
"php": "~7.1"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)