Skip to content

Commit da9c539

Browse files
authored
Merge pull request #1 from bomshteyn/master
add support for laravel 7
2 parents bbd05f8 + 0d04689 commit da9c539

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
@@ -12,8 +12,8 @@
1212
"require": {
1313
"php": ">=7.1",
1414
"ext-pdo": "*",
15-
"illuminate/database": "^5|^6",
16-
"illuminate/support": "^5|^6"
15+
"illuminate/database": "^5|^6|^7",
16+
"illuminate/support": "^5|^6|^7"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)