Skip to content

Commit e325b43

Browse files
authored
add Laravel 6 constraint
1 parent cad9c3f commit e325b43

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
@@ -25,8 +25,8 @@
2525
}
2626
],
2727
"require": {
28-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
29-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
28+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0",
29+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0",
3030
"php": "~7.1"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)