Skip to content

Commit 9a8310c

Browse files
authored
Add support for Laravel 7
1 parent e17c192 commit 9a8310c

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|~6.0",
29-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0",
28+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
29+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
3030
"php": "~7.1"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)