Skip to content

Commit 97711e3

Browse files
committed
support for laravel 6 and 7
1 parent 715fbc5 commit 97711e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"require": {
1111
"php": ">=5.6 <=7.3",
12-
"illuminate/support": "5.*",
12+
"illuminate/support": "~5|~6|~7",
1313
"elasticsearch/elasticsearch": "~5.0"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)