Skip to content

Commit de2b01c

Browse files
authored
Add support for Laravel 7 (#6)
1 parent 991027d commit de2b01c

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
@@ -12,7 +12,7 @@
1212
],
1313
"require": {
1414
"php": "^7.2",
15-
"illuminate/support": "^6.0",
15+
"illuminate/support": "^6.0 || ^7.0",
1616
"symfony/polyfill-mbstring": "^1.0",
1717
"spatie/laravel-html": "^2.23"
1818
},

0 commit comments

Comments
 (0)