Skip to content

Commit b0d5078

Browse files
authored
Merge pull request #6 from djoudi/patch-1
Support Laravel 7
2 parents 77107bd + be23ed1 commit b0d5078

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
@@ -22,7 +22,7 @@
2222
],
2323
"require": {
2424
"php": "~7.1",
25-
"illuminate/support": "5.6.* || 5.7.* || 5.8.* || ^6.0",
25+
"illuminate/support": "5.6.* || 5.7.* || 5.8.* || ^6.0|| ^7.0",
2626
"spatie/regex": "^1.4",
2727
"doctrine/dbal": "^2.9"
2828
},
@@ -49,4 +49,4 @@
4949
"config": {
5050
"sort-packages": true
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)