Skip to content

Commit be8d481

Browse files
authored
Merge pull request #20 from webfactor/3.1
add Laravel 5.7 support in composer.json
2 parents ae42f80 + 3c8efad commit be8d481

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
@@ -19,8 +19,8 @@
1919
}
2020
],
2121
"require": {
22-
"illuminate/support": "~5.5.0|~5.6.0",
23-
"illuminate/database": "~5.5.0|~5.6.0",
22+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
23+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
2424
"php": "~7.1"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)