Skip to content

Commit e17c192

Browse files
authored
Merge pull request #39 from webfactor/tabacitu-patch-1
Allow installation on Laravel 6.x
2 parents e325b43 + c8a964d commit e17c192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
}
2626
],
2727
"require": {
28-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0",
29-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0.0",
28+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0",
29+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0",
3030
"php": "~7.1"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)