Skip to content

Commit dae4566

Browse files
authored
Allow for Laravel 8+
Changed dependency to >= so that I don't have to revisit on every Laravel upgrade since I only use the servcie provider.
1 parent dc2aca3 commit dae4566

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
@@ -13,7 +13,7 @@
1313
"prefer-stable": true,
1414
"require": {
1515
"php": "^7.4",
16-
"illuminate/support": "^7.0",
16+
"illuminate/support": ">=7.0",
1717
"ext-json": "*",
1818
"ext-mysqli": "*",
1919
"titasgailius/terminal": "^0.3.0"

0 commit comments

Comments
 (0)