Skip to content

Commit ff70bcb

Browse files
authored
Added support for Laravel 5.8
1 parent 409eb03 commit ff70bcb

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
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": ">=5.6.4",
15-
"illuminate/database": "5.4.*|5.5.*||5.6.*|5.7.*",
16-
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*",
17-
"illuminate/queue": "5.4.*|5.5.*|5.6.*|5.7.*",
15+
"illuminate/database": "5.4.*|5.5.*||5.6.*|5.7.*|5.8.*",
16+
"illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
17+
"illuminate/queue": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
1818
"ext-rdkafka": "*"
1919
},
2020
"require-dev": {

0 commit comments

Comments
 (0)