Skip to content

Commit 0865b9c

Browse files
authored
Support Laravel 5.8
1 parent 91601c3 commit 0865b9c

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
@@ -13,9 +13,9 @@
1313

1414
"require": {
1515
"php": ">=5.5.9",
16-
"illuminate/support": "5.2 - 5.7",
17-
"illuminate/database": "5.2 - 5.7",
18-
"illuminate/events": "5.2 - 5.7"
16+
"illuminate/support": "5.2 - 5.8",
17+
"illuminate/database": "5.2 - 5.8",
18+
"illuminate/events": "5.2 - 5.8"
1919
},
2020

2121
"autoload": {

0 commit comments

Comments
 (0)