Skip to content

Commit 81e49e2

Browse files
authored
Support Laravel 5.8
1 parent a0295f1 commit 81e49e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"require": {
2727
"php": "^7.0",
2828
"ext-json": "*",
29-
"illuminate/database": "5.5.*|5.6.*|5.7.*",
30-
"illuminate/contracts": "5.5.*|5.6.*|5.7.*",
31-
"illuminate/support": "5.5.*|5.6.*|5.7.*",
29+
"illuminate/database": "5.5.*|5.6.*|5.7.*|5.8.*",
30+
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*",
31+
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
3232
"nesbot/carbon": "^1.22"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)