Skip to content

Commit 0669643

Browse files
authored
Update minimum php-mqtt/client version (#39)
Versions before 1.3.0 don't have setReconnectAutomatically
1 parent 936ce05 commit 0669643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"php": "^7.4|^8.0",
2323
"illuminate/config": "^7.0|^8.0|^9.0|^10.0",
2424
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
25-
"php-mqtt/client": "^1.0"
25+
"php-mqtt/client": "^1.3.0"
2626
},
2727
"require-dev": {
2828
"squizlabs/php_codesniffer": "^3.5"

0 commit comments

Comments
 (0)