Skip to content

Commit e1783dd

Browse files
authored
Merge pull request #85 from JayBizzle/patch-1
Allow Laravel 6
2 parents d1fcf89 + 4d5301c commit e1783dd

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
],
1414
"require": {
1515
"php": ">=5.6.4",
16-
"illuminate/support": "~5.1"
16+
"illuminate/support": "^5.1|^6.0"
1717
},
1818

1919
"autoload": {

0 commit comments

Comments
 (0)