Skip to content

Commit 77c2648

Browse files
committed
add support for laravel 6.0
1 parent c8967c7 commit 77c2648

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"require": {
2222
"php": "^7.2",
23-
"illuminate/config": "~5.8",
24-
"illuminate/support": "~5.8",
23+
"illuminate/config": "~5.8|~6.0",
24+
"illuminate/support": "~5.8|~6.0",
2525
"php-mqtt/client": "0.1.*"
2626
},
2727
"autoload": {

composer.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)