Update minimum php-mqtt/client version (#39)
Versions before 1.3.0 don't have setReconnectAutomatically
This commit is contained in:
parent
936ce0549d
commit
0669643386
|
@ -22,7 +22,7 @@
|
|||
"php": "^7.4|^8.0",
|
||||
"illuminate/config": "^7.0|^8.0|^9.0|^10.0",
|
||||
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
|
||||
"php-mqtt/client": "^1.0"
|
||||
"php-mqtt/client": "^1.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.5"
|
||||
|
|
Loading…
Reference in New Issue