Skip to content

Commit 2db86cf

Browse files
authored
Laravel 7 support (#22)
* Laravel 6 support * support for laravel 7 * update package requirements
1 parent 4907b00 commit 2db86cf

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
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=7.2",
14-
"illuminate/support": "^6.0",
14+
"illuminate/support": "^6 || ^7",
1515
"jwhennessey/phpinsight": "~2.0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)